diff --git a/docs/_extra/api-reference/schemas/annotation.yaml b/docs/_extra/api-reference/schemas/annotation.yaml index 9c871ff4564..68e7f0253ca 100644 --- a/docs/_extra/api-reference/schemas/annotation.yaml +++ b/docs/_extra/api-reference/schemas/annotation.yaml @@ -167,7 +167,15 @@ Annotation: type: string index: number label: string - + document: + type: object + required: + - title + properties: + title: + type: array + items: + type: string links: type: object description: An object containing hypermedia links for this annotation