Add validation indexes and generated views

This commit is contained in:
2026-05-23 03:32:16 +02:00
parent dc44208c9f
commit c112bf5c74
37 changed files with 2007 additions and 8 deletions

View 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