{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UnlinkedPATemplateCategoryAndType", "type": "object", "properties": { "category": { "type": "string", "description": "Unlinked template category" }, "name": { "type": "string", "description": "Unlinked template type" } } }