generated from coulomb/repo-seed
refactoring for canon conformity
This commit is contained in:
@@ -185,6 +185,24 @@ $defs:
|
||||
- needs_review
|
||||
- rejected
|
||||
|
||||
mappingFit:
|
||||
type: string
|
||||
enum:
|
||||
- direct
|
||||
- partial
|
||||
- conflict
|
||||
- gap
|
||||
- unknown
|
||||
|
||||
evidenceState:
|
||||
type: string
|
||||
enum:
|
||||
- observed
|
||||
- declared
|
||||
- inferred
|
||||
- proposed
|
||||
- gap
|
||||
|
||||
entityStatus:
|
||||
type: string
|
||||
enum:
|
||||
@@ -348,6 +366,15 @@ $defs:
|
||||
kind:
|
||||
type: string
|
||||
minLength: 1
|
||||
canon_category:
|
||||
type: string
|
||||
minLength: 1
|
||||
canon_anchor:
|
||||
type: string
|
||||
mapping_fit:
|
||||
$ref: "#/$defs/mappingFit"
|
||||
evidence_state:
|
||||
$ref: "#/$defs/evidenceState"
|
||||
label:
|
||||
type: string
|
||||
minLength: 1
|
||||
@@ -410,6 +437,16 @@ $defs:
|
||||
edge_type:
|
||||
type: string
|
||||
minLength: 1
|
||||
canonical_type:
|
||||
type: string
|
||||
canon_anchor:
|
||||
type: string
|
||||
mapping_fit:
|
||||
$ref: "#/$defs/mappingFit"
|
||||
display_only:
|
||||
type: boolean
|
||||
evidence_state:
|
||||
$ref: "#/$defs/evidenceState"
|
||||
source_key:
|
||||
$ref: "#/$defs/stableKey"
|
||||
target_key:
|
||||
|
||||
@@ -53,6 +53,26 @@ properties:
|
||||
type: string
|
||||
lifecycle:
|
||||
type: string
|
||||
canon_category:
|
||||
type: string
|
||||
canon_anchor:
|
||||
type: string
|
||||
mapping_fit:
|
||||
type: string
|
||||
enum:
|
||||
- direct
|
||||
- partial
|
||||
- conflict
|
||||
- gap
|
||||
- unknown
|
||||
evidence_state:
|
||||
type: string
|
||||
enum:
|
||||
- observed
|
||||
- declared
|
||||
- inferred
|
||||
- proposed
|
||||
- gap
|
||||
attributes:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
@@ -72,3 +92,28 @@ properties:
|
||||
$ref: "./common.schema.yaml#/$defs/graphId"
|
||||
type:
|
||||
type: string
|
||||
canonical_type:
|
||||
type: string
|
||||
canon_anchor:
|
||||
type: string
|
||||
mapping_fit:
|
||||
type: string
|
||||
enum:
|
||||
- direct
|
||||
- partial
|
||||
- conflict
|
||||
- gap
|
||||
- unknown
|
||||
display_only:
|
||||
type: boolean
|
||||
evidence_state:
|
||||
type: string
|
||||
enum:
|
||||
- observed
|
||||
- declared
|
||||
- inferred
|
||||
- proposed
|
||||
- gap
|
||||
attributes:
|
||||
type: object
|
||||
additionalProperties: true
|
||||
|
||||
Reference in New Issue
Block a user