
Security News
CISA Rebuffs Funding Concerns as CVE Foundation Draws Criticism
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
@camunda/zeebe-element-templates-json-schema
Advanced tools
JSON Schema for (Zeebe) Element Templates
JSON Schema for (Zeebe) Element Templates. The schema is built on top of and validated by json-schema@draft-07
.
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"
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
MIT
FAQs
JSON Schema for (Zeebe) Element Templates
We found that @camunda/zeebe-element-templates-json-schema demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.