{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "errors": { "@id": "schema:errors" }, "status": { "@id": "schema:status", "@type": "xsd:integer" }, "code": { "@id": "schema:code", "@type": "xsd:integer" }, "title": { "@id": "schema:title", "@type": "xsd:string" }, "detail": { "@id": "schema:detail", "@type": "xsd:string" }, "source": { "@id": "schema:source" } } }