changeset 202:cd09c8b676ab

Fix id fields not updated after previous renaming.
author Lucas Thompson <dev@lucas.im>
date Mon, 20 Feb 2017 15:01:17 +0000
parents f3f50eb20c4c
children 38ed3dcdbe21
files json/schema/configuration.json json/schema/extractorstaticdata.json
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/json/schema/configuration.json	Fri Feb 10 18:51:43 2017 +0000
+++ b/json/schema/configuration.json	Mon Feb 20 15:01:17 2017 +0000
@@ -1,5 +1,5 @@
 {
-    "id": "http://vamp-plugins.org/piper/json/schema/pluginconfiguration#",
+    "id": "http://vamp-plugins.org/piper/json/schema/configuration#",
     "$schema": "http://json-schema.org/draft-04/schema#",
     "description": "schema for a bundle of configuration data capturing the setup of a feature extractor",
     "type": "object",
--- a/json/schema/extractorstaticdata.json	Fri Feb 10 18:51:43 2017 +0000
+++ b/json/schema/extractorstaticdata.json	Mon Feb 20 15:01:17 2017 +0000
@@ -1,5 +1,5 @@
 {
-    "id": "http://vamp-plugins.org/piper/json/schema/pluginstaticdata#",
+    "id": "http://vamp-plugins.org/piper/json/schema/extractorstaticdata#",
     "$schema": "http://json-schema.org/draft-04/schema#",
     "description": "schema for the static metadata associated with a feature extractor",
     "type": "object",