APIGovernance.Dev · JSON-LD Context

Apigovernance Context

JSON-LD context defining the semantic vocabulary for Apigovernance from APIGovernance.Dev.

5 Classes 7 Properties 3 Namespaces
View Context View on GitHub

Namespaces

gov: https://apigovernance.dev/schema/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Guideline Policy Review title description

Properties

Property Type Container
id string
category string
severity string
score double
status string
enforcement string
createdAt dateTime

JSON-LD Document

apigovernance-context.jsonld Raw ↑
{
  "@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"
    }
  }
}