# HG changeset patch # User Lucas Thompson # Date 1487602877 0 # Node ID cd09c8b676abf249c8f289638c5f7ab94cd3cb04 # Parent f3f50eb20c4c1848bc81c3a5b12a38b9797b0eda Fix id fields not updated after previous renaming. diff -r f3f50eb20c4c -r cd09c8b676ab 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 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", diff -r f3f50eb20c4c -r cd09c8b676ab 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 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",