dead_simple_owl_design_patterns icon indicating copy to clipboard operation
dead_simple_owl_design_patterns copied to clipboard

Examples and tags wrong type

Open hkir-dev opened this issue 3 years ago • 1 comments

Type of the examples and tags are wrong in the dosdp chema. list should be changed to array.

CI should validate dosdp schema before merge.

  examples:
    type: list
    items: { type: string }
    description:  "A list of example terms implementing this pattern."
    doc_type: root

hkir-dev avatar Feb 25 '22 15:02 hkir-dev

fixed: https://github.com/INCATools/dead_simple_owl_design_patterns/pull/84

hkir-dev avatar Feb 25 '22 17:02 hkir-dev