# HG changeset patch # User Chris Cannam # Date 1487761439 0 # Node ID 6a447d0318d325e23ee1f5af3100fa35710e51b0 # Parent 76cc9059edbdf6456415338d5eed0a26b2d2a6d7# Parent 38ed3dcdbe2198fd1fad8c882fc5d7b1d4191956 Merge branch 'master' of ssh://github.com:/piper-audio/piper diff -r 76cc9059edbd -r 6a447d0318d3 json/schema/configuration.json --- a/json/schema/configuration.json Wed Feb 22 11:03:48 2017 +0000 +++ b/json/schema/configuration.json Wed Feb 22 11:03:59 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 76cc9059edbd -r 6a447d0318d3 json/schema/extractorstaticdata.json --- a/json/schema/extractorstaticdata.json Wed Feb 22 11:03:48 2017 +0000 +++ b/json/schema/extractorstaticdata.json Wed Feb 22 11:03:59 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",