{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CurationSet", "title": "CurationSet", "type": "object", "properties": { "name": { "type": "string", "description": "Name of the curation set." } } }