{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Collection", "type": "object", "allOf": [{"$ref": "container.json"}], "properties": { "_id": {}, "public": {}, "label": {}, "metadata": {}, "curator": {"type": "string"} }, "additionalProperties": false }