SysProM
    Preparing search index...

    Function toJSONSchema

    • Generate the JSON Schema representation of the SysProM document schema.

      Returns Record<string, unknown>

      The JSON Schema object with Draft 2020-12 metadata.

      const schema = toJSONSchema();
      writeFileSync("schema.json", JSON.stringify(schema, null, 2));