1.1.5 • Published 1 year ago

cloudevents-schemas v1.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
1 year ago

Node Lib Template

node library project template

license release semantic

This package publishes all versions of the CloudEvents Schema JSON spec

.
├── LICENSE
├── index.js
└── schemas
    ├── latest.json
    ├── 1.0.2.json
    ├── 1.0.1.json
    ├── 1.0.0.json
    └── 1.0.json

How

// directly require the JSON schema files
const latest = require('cloudevents-schemas/schemas/latest.json')
const versioned = require('cloudevents-schemas/schemas/1.0.json')

// require all the schemas in one object
const schemas = require('cloudevents-schemas')

/** schemas is an object with the following shape:
  {
    latest: ...
    1.0: ...
    1.0.0: ...
    1.0.1: ...
    1.0.2: ...
  }
*/

Author: Ahmad Nassri  Twitter: @AhmadNassri

1.1.5

1 year ago

1.1.4

1 year ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago