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

data/size in den Metadaten ergänzt

parent ba4394fc
No related branches found
No related tags found
1 merge request!6Version 0.3
...@@ -120,12 +120,13 @@ ...@@ -120,12 +120,13 @@
"data": { "data": {
"type": "object", "type": "object",
"required": [ "required": [
"schema", "mime-type",
"mime-type" "schema"
], ],
"properties": { "properties": {
"schema": { "size": {
"$ref": "./schema.json" "type": "integer",
"description": "Größe des Dokuments in Bytes"
}, },
"mime-type": { "mime-type": {
"type": "string", "type": "string",
...@@ -133,6 +134,9 @@ ...@@ -133,6 +134,9 @@
"json", "json",
"xml" "xml"
] ]
},
"schema": {
"$ref": "./schema.json"
} }
} }
}, },
......
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