From d3e7f6ee8fe55feaf8a4a0bdbf73416097bc84fd Mon Sep 17 00:00:00 2001 From: Andreas Huber <anh@fjd.de> Date: Thu, 16 Apr 2020 08:59:49 +0200 Subject: [PATCH] data/mimeType entfernt, da redundant zu data/schema/mimeType --- models/application/metadata-no-id.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/models/application/metadata-no-id.json b/models/application/metadata-no-id.json index 8d46431a..e133c27e 100644 --- a/models/application/metadata-no-id.json +++ b/models/application/metadata-no-id.json @@ -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" } -- GitLab