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