{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "description": { "type": "string", "description": "Description of description" }, "id": { "type": "string", "description": "Description of id" }, "name": { "type": "string", "description": "Description of name" }, "originalId": { "type": "string", "description": "Description of originalId" }, "subject": { "description": "Description of subject", "type": "array", "items": { "type": "string", "description": "Description of subject" } }, "type": { "type": "string", "description": "Description of type" }, "zenodo_community": { "type": "string", "description": "Description of zenodo_community" } } }