refactoring for canon conformity
This commit is contained in:
parent
0193c97094
commit
653411ffb8
16 changed files with 819 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue