From 4f0c5b5f53ac9c8a8e4230b39e511e394ccc3f6b Mon Sep 17 00:00:00 2001 From: Andreas Huber <andreas.huber@fjd.de> Date: Tue, 25 Aug 2020 10:28:28 +0200 Subject: [PATCH] #19 contentStructure.data.size entfernen --- models/application/metadata-no-id.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/models/application/metadata-no-id.json b/models/application/metadata-no-id.json index 9c60cfbb..510b70b2 100644 --- a/models/application/metadata-no-id.json +++ b/models/application/metadata-no-id.json @@ -127,18 +127,14 @@ "data": { "type": "object", "additionalProperties": false, - "required": [ - "schema" - ], "properties": { - "size": { - "type": "integer", - "description": "Größe des Dokuments in Bytes" - }, "schema": { "$ref": "./schema.json" } - } + }, + "required": [ + "schema" + ] }, "docs": { "type": "array", -- GitLab