comparison json/schema/configuredoutputdescriptor.json @ 86:1f4ed70d8f1e piperurl

Switch json/schema to piper/json/schema in URLs
author Chris Cannam
date Wed, 02 Nov 2016 10:49:45 +0000
parents f044f6a309e0
children
comparison
equal deleted inserted replaced
84:2ca3f7587550 86:1f4ed70d8f1e
1 { 1 {
2 "id": "http://vamp-plugins.org/json/schema/configuredoutputdescriptor#", 2 "id": "http://vamp-plugins.org/piper/json/schema/configuredoutputdescriptor#",
3 "$schema": "http://json-schema.org/draft-04/schema#", 3 "$schema": "http://json-schema.org/draft-04/schema#",
4 "description": "schema for the non-static metadata fields of an output descriptor belonging to a feature extractor", 4 "description": "schema for the non-static metadata fields of an output descriptor belonging to a feature extractor",
5 "type": "object", 5 "type": "object",
6 "properties": { 6 "properties": {
7 "unit": { 7 "unit": {
25 }, 25 },
26 "quantizeStep": { 26 "quantizeStep": {
27 "type": "number" 27 "type": "number"
28 }, 28 },
29 "sampleType": { 29 "sampleType": {
30 "$ref": "http://vamp-plugins.org/json/schema/enums#/definitions/sample_type" 30 "$ref": "http://vamp-plugins.org/piper/json/schema/enums#/definitions/sample_type"
31 }, 31 },
32 "sampleRate": { 32 "sampleRate": {
33 "type": "number" 33 "type": "number"
34 }, 34 },
35 "hasDuration": { 35 "hasDuration": {