Skip to content
Snippets Groups Projects
Commit 4f0c5b5f authored by Andreas Huber's avatar Andreas Huber
Browse files

#19 contentStructure.data.size entfernen

parent b5d28a5b
No related branches found
No related tags found
No related merge requests found
...@@ -127,18 +127,14 @@ ...@@ -127,18 +127,14 @@
"data": { "data": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"required": [
"schema"
],
"properties": { "properties": {
"size": {
"type": "integer",
"description": "Größe des Dokuments in Bytes"
},
"schema": { "schema": {
"$ref": "./schema.json" "$ref": "./schema.json"
} }
} },
"required": [
"schema"
]
}, },
"docs": { "docs": {
"type": "array", "type": "array",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment