comparison json/schema/finishrequest.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/finishrequest#", 2 "id": "http://vamp-plugins.org/piper/json/schema/finishrequest#",
3 "$schema": "http://json-schema.org/draft-04/schema#", 3 "$schema": "http://json-schema.org/draft-04/schema#",
4 "description": "schema for a serialised request to finish processing with a feature extractor; may be served in the params field of a finish-method rpcrequest", 4 "description": "schema for a serialised request to finish processing with a feature extractor; may be served in the params field of a finish-method rpcrequest",
5 "type": "object", 5 "type": "object",
6 "properties": { 6 "properties": {
7 "handle": { 7 "handle": {