Sorry · JSON-LD Context

Sorry Context

JSON-LD context defining the semantic vocabulary for Sorry from Sorry.

6 Classes 16 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sorry: https://docs.sorryapp.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

StatusPage Component Notice NoticeUpdate Subscriber id

Properties

Property Type Container
name string
timezone string
state string
support_email string
support_url reference
locale string
type string
subject string
synopsis string
link reference
began_at dateTime
ended_at dateTime
created_at dateTime
updated_at dateTime
email string
content string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sorry": "https://docs.sorryapp.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "StatusPage": "sorry:StatusPage",
    "Component": "sorry:Component",
    "Notice": "sorry:Notice",
    "NoticeUpdate": "sorry:NoticeUpdate",
    "Subscriber": "schema:Person",

    "id": "@id",
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "timezone": {
      "@id": "sorry:timezone",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "sorry:state",
      "@type": "xsd:string"
    },
    "support_email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "support_url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "locale": {
      "@id": "schema:inLanguage",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "sorry:noticeType",
      "@type": "xsd:string"
    },
    "subject": {
      "@id": "schema:headline",
      "@type": "xsd:string"
    },
    "synopsis": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "link": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "began_at": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "ended_at": {
      "@id": "schema:endDate",
      "@type": "xsd:dateTime"
    },
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "content": {
      "@id": "schema:text",
      "@type": "xsd:string"
    }
  }
}