From ba74a4d229ff3a33b66e69e4ee1b372018b03636 Mon Sep 17 00:00:00 2001 From: Harris Tzovanakis Date: Fri, 9 Dec 2016 15:43:13 +0100 Subject: [PATCH] schemas: addition of `extracted_metadata` Signed-off-by: Harris Tzovanakis --- cds_dojson/schemas/deposits/records/project-v1.0.0.json | 3 +++ cds_dojson/schemas/deposits/records/video-v1.0.0.json | 3 +++ cds_dojson/schemas/records/project-v1.0.0.json | 3 +++ cds_dojson/schemas/records/video-v1.0.0.json | 3 +++ 4 files changed, 12 insertions(+) diff --git a/cds_dojson/schemas/deposits/records/project-v1.0.0.json b/cds_dojson/schemas/deposits/records/project-v1.0.0.json index a56223c3..d4a8d5fb 100644 --- a/cds_dojson/schemas/deposits/records/project-v1.0.0.json +++ b/cds_dojson/schemas/deposits/records/project-v1.0.0.json @@ -374,6 +374,9 @@ "name": "created_by", "description": "ID of user that created the deposit.", "type": "integer" + }, + "extracted_metadata": { + "type": "object" } } }, diff --git a/cds_dojson/schemas/deposits/records/video-v1.0.0.json b/cds_dojson/schemas/deposits/records/video-v1.0.0.json index d04b1b05..8551bab7 100644 --- a/cds_dojson/schemas/deposits/records/video-v1.0.0.json +++ b/cds_dojson/schemas/deposits/records/video-v1.0.0.json @@ -405,6 +405,9 @@ "title": "Creator", "type": "integer", "description": "ID of user that created the deposit." + }, + "extracted_metadata": { + "type": "object" } } }, diff --git a/cds_dojson/schemas/records/project-v1.0.0.json b/cds_dojson/schemas/records/project-v1.0.0.json index aa26718f..9f5b8ab2 100644 --- a/cds_dojson/schemas/records/project-v1.0.0.json +++ b/cds_dojson/schemas/records/project-v1.0.0.json @@ -191,6 +191,9 @@ "type": "integer" } ] + }, + "extracted_metadata": { + "type": "object" } }, "type": "object" diff --git a/cds_dojson/schemas/records/video-v1.0.0.json b/cds_dojson/schemas/records/video-v1.0.0.json index aad2d8c4..3733c818 100644 --- a/cds_dojson/schemas/records/video-v1.0.0.json +++ b/cds_dojson/schemas/records/video-v1.0.0.json @@ -483,6 +483,9 @@ "type": "integer" } ] + }, + "extracted_metadata": { + "type": "object" } } },