changeset 203:38ed3dcdbe21

Merge pull request #2 from piper-audio/fix/schema-typos Fix id fields not updated after previous renaming.
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 20 Feb 2017 19:58:13 +0000
parents f3f50eb20c4c (current diff) cd09c8b676ab (diff)
children 6a447d0318d3
files
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 19:58:13 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 19:58:13 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",