{ "@context": { "@version": 1.1, "gov": "https://apigovernance.dev/schema/", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Guideline": "gov:Guideline", "Policy": "gov:Policy", "Review": "gov:Review", "id": { "@id": "gov:id", "@type": "xsd:string" }, "title": "schema:name", "description": "schema:description", "category": { "@id": "gov:category", "@type": "xsd:string" }, "severity": { "@id": "gov:severity", "@type": "xsd:string" }, "score": { "@id": "gov:score", "@type": "xsd:double" }, "status": { "@id": "gov:status", "@type": "xsd:string" }, "enforcement": { "@id": "gov:enforcement", "@type": "xsd:string" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" } } }