GRC Schema

country.schema.json

A nation with it's own government.

type · thingShared vocabularystatus · publishedv1
{
  "Country": {
    "@type": "Country",
    "schemaVersion": 1,
    "@id": "URL",
    "continent": "String",
    "coreMetaData": {
      "@type": "CoreMetaData",
      "checksum": "String",
      "created": {
        "@type": "Created",
        "organization": {
          "@type": "Organization",
          "elementId": "String",
          "name": "String"
        },
        "person": {
          "@type": "Person"
        },
        "timeStamp": "Datetime"
      },
      "deprecatedBy": "URL",
      "live": "Boolean",
      "modified": {
        "@type": "Modified"
      },
      "notes": "String",
      "status": "String",
      "supersededBy": "URL",
      "validated": "Integer"
    },
    "countryCodeAlpha2": "String",
    "countryCodeAlpha3": "String",
    "currencyCode": "String",
    "geographicalArea": "String",
    "names": [
      {
        "names(item)": {
          "@type": "Names(item)"
        }
      }
    ],
    "unId": "Integer",
    "unRecognized": "Boolean"
  }
}