0.23.0 • Published 6 months ago

@camunda/zeebe-element-templates-json-schema v0.23.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@camunda/zeebe-element-templates-json-schema

Build Status

JSON Schema for (Zeebe) Element Templates. The schema is built on top of and validated by json-schema@draft-07.

Usage

Set the $schema attribute to reference the JSON Schema definition.

{
  "$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
  "name": "My Service Worker",
  "id": "com.example.ServiceWorker",
  "appliesTo": [ "bpmn:ServiceTask" ],
  "properties": []
}

You can also use a specific version.

"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema@0.1.0/resources/schema.json"

Build and Run

Prepare the project by installing all dependencies:

npm install

Bundle the source schema files together

npm run build

Execute the following command to run the generated schema against the tests

npm run test

License

MIT

0.21.0

11 months ago

0.22.3

9 months ago

0.22.2

9 months ago

0.23.0

6 months ago

0.22.1

9 months ago

0.22.0

10 months ago

0.20.0

1 year ago

0.19.2

2 years ago

0.19.1

2 years ago

0.19.0

2 years ago

0.18.0

2 years ago

0.17.0

2 years ago

0.16.1

2 years ago

0.10.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0-alpha.1

3 years ago

0.5.0-alpha.0

3 years ago

0.5.0

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.1.0

4 years ago