3.1.5.2.2.1.10 annotation

The JSON schema for the annotation object is as follows.

 {
   "description": "Annotation object of Tabular Object Model (TOM)",
   "type": "object",
   "properties": {
     "name": {
       "type": "string"
     },
     "value": {
       "anyOf": [
         {
           "type": "string"
         },
         {
           "type": "array",
           "items": {
             "type": "string"
           }
         }
       ]
     }
   }
 }

The properties correspond to the Annotation object that is defined in section 2.2.5.11.