Revision 214:970fd3bd8c92 json/schema/loadresponse.json
| json/schema/loadresponse.json | ||
|---|---|---|
| 12 | 12 |
}, |
| 13 | 13 |
"defaultConfiguration": {
|
| 14 | 14 |
"$ref": "http://vamp-plugins.org/piper/json/schema/configuration#" |
| 15 |
} |
|
| 15 |
}, |
|
| 16 |
"programParameters": {
|
|
| 17 |
"type": "object", |
|
| 18 |
"patternProperties": {
|
|
| 19 |
"^[a-zA-Z0-9_-]+$": {
|
|
| 20 |
"type": "object", |
|
| 21 |
"patternProperties": {
|
|
| 22 |
"^[a-zA-Z0-9_-]+$": {
|
|
| 23 |
"type": "number" |
|
| 24 |
} |
|
| 25 |
} |
|
| 26 |
} |
|
| 27 |
} |
|
| 28 |
} |
|
| 16 | 29 |
}, |
| 17 | 30 |
"required": [ "handle", "staticData", "defaultConfiguration" ], |
| 18 | 31 |
"additionalProperties": false |
Also available in: Unified diff