biocaddie / WG3-MetadataSpecifications

WG3 Metadata Specification
28 stars 13 forks source link

Relax requirements on Data_Analysis sets #68

Closed proccaserra closed 6 years ago

proccaserra commented 6 years ago

to avoid a possible “infinite loop” of requirements when using Data_Analysis for a Dataset. also: at Line 108: "required": [ "name", "input", "output" ]

and possibly: Remove "minItems": 1

 "input" : { "description": "The entities used as input.", "type": "array", "items":{ "$ref" : "dataset_schema.json#" }, "minItems": 1 }, "output" : { "description": "The entities resulting from applying the activity.", "type": "array", "items":{ "$ref" : "dataset_schema.json#" }, "minItems": 1 },

agbeltran commented 6 years ago

Inadvertently, I duplicated this issue in #74 - now implemented, closing.