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
},
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 },