SchemaSpec
The schema's content. SignStack schemas wrap a JSON Schema definition with versioning, identity, and lifecycle on top.
jsonSchemaDraftdeclares which JSON Schema specification draft the body conforms to.schemaDefinitionis the raw JSON Schema body (properties, types, constraints, refs).
Used by blueprint/template inputs to declare the shape of entity data the caller must supply.
- jsonType: stringenum
Schema Draft requiredWhich JSON Schema specification draft the
schemaDefinitionbody conforms to. Newer drafts have richer features; older drafts are widely supported.values- 2020
-12 - 2019
-09 - draft
-07 - draft
-06 - draft
-04
- schemaType: object
Definition requiredThe JSON Schema body — properties, types, validation constraints, refs. Validated against the declared
jsonSchemaDrafton every write.- propertyType: anything
Name
