GRC Schema

glossary.schema.json

A framework-scoped glossary: the set of terms a specific authority (a regulation, standard, or framework) defines, with the sense each term carries inside that authority's text. The same term may appear in many glossaries with different senses; a glossary records what one authority means, not what a word means in general.

type · thingOpen Controls vocabularystatus · publishedv1
{
  "Glossary": {
    "@type": "Glossary",
    "schemaVersion": 1,
    "glossaryName": "String",
    "glossaryEntries": [
      {
        "glossaryEntries(item)": {
          "@type": "GlossaryEntries(item)",
          "term": "String",
          "partOfSpeech": "String",
          "senseNumber": "Integer",
          "senseLabel": "String",
          "senseDefinition": "String",
          "mandatory": "Boolean",
          "status": "String",
          "confidenceScore": "Decimal"
        }
      }
    ]
  }
}