# HG changeset patch # User Chris Cannam # Date 1487620693 0 # Node ID 38ed3dcdbe2198fd1fad8c882fc5d7b1d4191956 # Parent f3f50eb20c4c1848bc81c3a5b12a38b9797b0eda# Parent cd09c8b676abf249c8f289638c5f7ab94cd3cb04 Merge pull request #2 from piper-audio/fix/schema-typos Fix id fields not updated after previous renaming. diff -r f3f50eb20c4c -r 38ed3dcdbe21 json/schema/configuration.json --- 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", diff -r f3f50eb20c4c -r 38ed3dcdbe21 json/schema/extractorstaticdata.json --- 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",