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 @@
"data": {
"type": "object",
"required": [
"mimeType",
"schema"
],
"properties": {
......@@ -163,13 +162,6 @@
"type": "integer",
"description": "Größe des Dokuments in Bytes"
},
"mimeType": {
"type": "string",
"enum": [
"json",
"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