14 lines
354 B
JSON
14 lines
354 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:NoteDigitalDocument",
|
|
"title": "NoteDigitalDocument",
|
|
"description": "A file containing a note, primarily for the author.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An electronic file or document.",
|
|
"$ref": "schema:DigitalDocument"
|
|
}
|
|
]
|
|
}
|