Skip to content
Snippets Groups Projects
collection.json 340 B
Newer Older
{
    "$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