generated from coulomb/repo-seed
refactoring for canon conformity
This commit is contained in:
@@ -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