generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
33
infospace/schemas/standard.schema.yaml
Normal file
33
infospace/schemas/standard.schema.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
$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
|
||||
Reference in New Issue
Block a user