Generate the JSON Schema representation of the SysProM document schema.
The JSON Schema object with Draft 2020-12 metadata.
const schema = toJSONSchema();writeFileSync("schema.json", JSON.stringify(schema, null, 2)); Copy
const schema = toJSONSchema();writeFileSync("schema.json", JSON.stringify(schema, null, 2));
Generate the JSON Schema representation of the SysProM document schema.