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

data/mimeType entfernt, da redundant zu data/schema/mimeType

parent 784920cd
No related branches found
No related tags found
2 merge requests!7Camelcase,!8Version 0.4
...@@ -155,7 +155,6 @@ ...@@ -155,7 +155,6 @@
"data": { "data": {
"type": "object", "type": "object",
"required": [ "required": [
"mimeType",
"schema" "schema"
], ],
"properties": { "properties": {
...@@ -163,13 +162,6 @@ ...@@ -163,13 +162,6 @@
"type": "integer", "type": "integer",
"description": "Größe des Dokuments in Bytes" "description": "Größe des Dokuments in Bytes"
}, },
"mimeType": {
"type": "string",
"enum": [
"json",
"xml"
]
},
"schema": { "schema": {
"$ref": "./schema.json" "$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