{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "Page": { "@id": "ns:Page", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "name": { "@id": "ns:name", "@type": "xsd:string" }, "htmlTitle": { "@id": "ns:htmlTitle", "@type": "xsd:string" }, "slug": { "@id": "ns:slug", "@type": "xsd:string" }, "state": { "@id": "ns:state", "@type": "xsd:string" }, "currentState": { "@id": "ns:currentState", "@type": "xsd:string" }, "contentTypeCategory": { "@id": "ns:contentTypeCategory", "@type": "xsd:integer" }, "publishDate": { "@id": "ns:publishDate", "@type": "xsd:string" }, "metaDescription": { "@id": "ns:metaDescription", "@type": "xsd:string" }, "url": { "@id": "ns:url", "@type": "xsd:string" }, "domain": { "@id": "ns:domain", "@type": "xsd:string" }, "language": { "@id": "ns:language", "@type": "xsd:string" }, "templatePath": { "@id": "ns:templatePath", "@type": "xsd:string" }, "createdAt": { "@id": "ns:createdAt", "@type": "xsd:string" }, "updatedAt": { "@id": "ns:updatedAt", "@type": "xsd:string" }, "archived": { "@id": "ns:archived", "@type": "xsd:boolean" } } }, "CollectionResponsePage": { "@id": "ns:CollectionResponsePage", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "PageCreateRequest": { "@id": "ns:PageCreateRequest", "@context": { "name": { "@id": "ns:name", "@type": "xsd:string" }, "htmlTitle": { "@id": "ns:htmlTitle", "@type": "xsd:string" }, "slug": { "@id": "ns:slug", "@type": "xsd:string" }, "metaDescription": { "@id": "ns:metaDescription", "@type": "xsd:string" }, "domain": { "@id": "ns:domain", "@type": "xsd:string" }, "language": { "@id": "ns:language", "@type": "xsd:string" }, "templatePath": { "@id": "ns:templatePath", "@type": "xsd:string" }, "layoutSections": "ns:layoutSections" } }, "PageUpdateRequest": { "@id": "ns:PageUpdateRequest", "@context": { "name": { "@id": "ns:name", "@type": "xsd:string" }, "htmlTitle": { "@id": "ns:htmlTitle", "@type": "xsd:string" }, "slug": { "@id": "ns:slug", "@type": "xsd:string" }, "metaDescription": { "@id": "ns:metaDescription", "@type": "xsd:string" }, "layoutSections": "ns:layoutSections" } }, "Paging": { "@id": "ns:Paging", "@context": { "next": "ns:next" } }, "Error": { "@id": "ns:Error", "@context": { "status": { "@id": "ns:status", "@type": "xsd:string" }, "message": { "@id": "ns:message", "@type": "xsd:string" }, "correlationId": { "@id": "ns:correlationId", "@type": "xsd:string" }, "category": { "@id": "ns:category", "@type": "xsd:string" } } } } }