$schema: https://json-schema.org/draft/2020-12/schema $id: https://info-tech-canon.local/schemas/standard.schema.yaml title: InfoTechCanon Standard type: object required: - id - title - type - status properties: id: type: string title: type: string type: enum: - standard - specialized-standard - model - kernel status: type: string version: type: string imports: type: array items: type: string owned_concepts: type: array items: type: string additionalProperties: true