{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IAnnotation", "type": "object", "x-abstract": true, "additionalProperties": false, "properties": { "type": { "$ref": "#/components/schemas/AnnotationType" }, "value": { "type": "string" } } }