generated from coulomb/repo-seed
27 lines
461 B
YAML
27 lines
461 B
YAML
$schema: https://json-schema.org/draft/2020-12/schema
|
|
$id: https://info-tech-canon.local/schemas/concept.schema.yaml
|
|
title: InfoTechCanon Concept
|
|
type: object
|
|
required:
|
|
- id
|
|
- title
|
|
- owner
|
|
properties:
|
|
id:
|
|
type: string
|
|
title:
|
|
type: string
|
|
owner:
|
|
type: string
|
|
definition:
|
|
type: string
|
|
aliases:
|
|
type: array
|
|
items:
|
|
type: string
|
|
relationships:
|
|
type: array
|
|
items:
|
|
type: object
|
|
additionalProperties: true
|