From 85dd07e87923040df3db0f6fb09a3531068209ce Mon Sep 17 00:00:00 2001 From: Shawn Inder Date: Sat, 25 Mar 2023 19:57:29 -0400 Subject: [PATCH] Document the `document` property of annotation schema --- docs/_extra/api-reference/schemas/annotation.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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