GRC Schema

nameSuffix.schema.json

The suffix to a Person's name.

type · thingShared vocabularystatus · publishedv1
{
  "NameSuffix": {
    "@type": "NameSuffix",
    "schemaVersion": 1,
    "@id": "URL",
    "abbreviation": "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"
    }
  }
}