{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TemplatedPAComponentParameters", "type": "object", "properties": { "directory": { "type": "string", "description": "Directory to create templated components" }, "parentTemplateId": { "type": "string", "description": "Parent template id" }, "description": { "type": "string", "description": "Component description." } } }