biocaddie / WG3-MetadataSpecifications

WG3 Metadata Specification
28 stars 13 forks source link

treatment_schema.json allOf issue #11

Closed hsolbrig closed 8 years ago

hsolbrig commented 8 years ago

Our understanding of json schema is that "allOf" has a list of objects, each of which is a schema. We believe that the schema should read: {"$ref": "activity_schema.json#"}, { ---> "type": "object", ---> "properties": { "agent": { "description": "a property used to specify the nature of the perturbation or intervention used in the study", ... "type": "number" } ---> }