14 lines
336 B
JSON
14 lines
336 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:SpreadsheetDigitalDocument",
|
|
"title": "SpreadsheetDigitalDocument",
|
|
"description": "A spreadsheet file.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "An electronic file or document.",
|
|
"$ref": "schema:DigitalDocument"
|
|
}
|
|
]
|
|
}
|