{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TemplateCount", "description": "", "type": "object", "properties": { "templates_count": { "type": "integer" } }, "required": [ "templates_count" ] }