{ "type": "object", "properties": { "@type": { "type": "string", "enum": ["Category"], default: "Category" }, "application": { "type": "object", "properties: { "@id": { "type": "string", "minLength": 1 }, "@type" { "type": "string", "enum": ["Application"], "default": "Application" } }, "required": ["@id"] } "name": { "type": "string", "minLength": 1 } }, "required": ["application", "name"] }