Mercurial > hg > piper
changeset 205:6a447d0318d3
Merge branch 'master' of ssh://github.com:/piper-audio/piper
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 22 Feb 2017 11:03:59 +0000 |
parents | 76cc9059edbd (current diff) 38ed3dcdbe21 (diff) |
children | 0a482ae2525f 01b5abe6f170 |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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",
--- 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",