Skip to content

Commit

Permalink
Document the document property of annotation schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shawninder authored and seanh committed May 10, 2023
1 parent bf5f982 commit 85dd07e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/_extra/api-reference/schemas/annotation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85dd07e

Please sign in to comment.