INCATools / dead_simple_owl_design_patterns

A simple system for specifying OWL class design patterns for OBO-ish ontologies.
http://incatools.github.io/dead_simple_owl_design_patterns/
GNU General Public License v3.0
41 stars 5 forks source link

Examples and tags wrong type #83

Open hkir-dev opened 2 years ago

hkir-dev commented 2 years ago

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 commented 2 years ago

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