Thing (v1)

Description

Abstract top type.

Properties

Synopsis

Properties marked with * are required.

Property

Type

Origin

id *

string

native

Native

id

  • type: string

  • required: yes

A unique identifier for the annotation or document. Uniqueness is relative to the view the annotation is in or the list of documents at the top level of a MMIF file.


JSON Schema

{
  "additionalProperties": true,
  "properties": {
    "id": {
      "description": "A unique identifier for the annotation or document. Uniqueness is relative to the view the annotation is in or the list of documents at the top level of a MMIF file.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}