Add validation indexes and generated views
This commit is contained in:
parent
dc44208c9f
commit
c112bf5c74
37 changed files with 2007 additions and 8 deletions
24
infospace/schemas/profile.schema.yaml
Normal file
24
infospace/schemas/profile.schema.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
$id: https://info-tech-canon.local/schemas/profile.schema.yaml
|
||||
title: InfoTechCanon Profile
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- title
|
||||
- scope
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title:
|
||||
type: string
|
||||
scope:
|
||||
type: string
|
||||
includes:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
constraints:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue