Skip to content

Commit

Permalink
add annote example to JSON schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdjr committed Aug 26, 2024
1 parent e5ded8a commit 3bab47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hayagriva.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@
},
"annote": {
"type": "string",
"description": "Short markup, decoration, or annotation to the item (e.g., to indicate items included in a review); For descriptive text (e.g., in an annotated bibliography), use `note` instead."
"description": "Short markup, decoration, or annotation to the item (e.g., to indicate items included in a review); For descriptive text (e.g., in an annotated bibliography), use `note` instead.",
"examples": [
"The researchers at NYU explore in this paper ..."
]
},
"genre": {
"type": "string",
Expand Down

0 comments on commit 3bab47a

Please sign in to comment.