generated from coulomb/repo-seed
Add validation indexes and generated views
This commit is contained in:
23
infospace/schemas/mapping.schema.yaml
Normal file
23
infospace/schemas/mapping.schema.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
$schema: https://json-schema.org/draft/2020-12/schema
|
||||
$id: https://info-tech-canon.local/schemas/mapping.schema.yaml
|
||||
title: InfoTechCanon Mapping
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
- title
|
||||
- source
|
||||
- target
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title:
|
||||
type: string
|
||||
source:
|
||||
type: string
|
||||
target:
|
||||
type: string
|
||||
mapping_type:
|
||||
type: string
|
||||
confidence:
|
||||
type: string
|
||||
additionalProperties: true
|
||||
Reference in New Issue
Block a user