To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
The primary repository for this project is hosted at https://github.com/piper-audio/piper .
This repository is a read-only copy which is updated automatically every hour.
root / json / schema / staticoutputdescriptor.json @ 206:0a482ae2525f
History | View | Annotate | Download (408 Bytes)
| 1 |
{
|
|---|---|
| 2 |
"id": "http://vamp-plugins.org/piper/json/schema/staticoutputdescriptor#", |
| 3 |
"$schema": "http://json-schema.org/draft-04/schema#", |
| 4 |
"description": "schema for any additional static metadata fields (besides the basic metadata) of an output descriptor belonging to a feature extractor", |
| 5 |
"type": "object", |
| 6 |
"properties": {
|
| 7 |
"typeURI": {
|
| 8 |
"type": "string" |
| 9 |
} |
| 10 |
}, |
| 11 |
"additionalProperties": false |
| 12 |
} |
| 13 |
|