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 committed Mar 25, 2023
1 parent 67d1ad9 commit d3a0d5b
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 @@ -65,7 +65,15 @@ Annotation:
properties:
"type":
type: 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 d3a0d5b

Please sign in to comment.