Thing (v1)¶
Previous Version: none (this is the oldest version)
Shortname:
ThingInherits from: :doc:ClamsTypesBase
Included in: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0, 1.1.1
Also Known As: This type is also accessible at the following legacy URLs for backward compatibility:
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"
}