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