Revision 28:4c3ac59c9089 schema/basic.json
| schema/basic.json | ||
|---|---|---|
| 4 | 4 |
"description": "schema for the basic part of various Vamp descriptors", |
| 5 | 5 |
"type": "object", |
| 6 | 6 |
"properties": {
|
| 7 |
"identifier": { "type": "string" },
|
|
| 8 |
"name": { "type": "string" },
|
|
| 9 |
"description": { "type": "string" }
|
|
| 7 |
"identifier": {
|
|
| 8 |
"type": "string", |
|
| 9 |
"pattern": "^[a-zA-Z0-9_-]+$" |
|
| 10 |
}, |
|
| 11 |
"name": {
|
|
| 12 |
"type": "string" |
|
| 13 |
}, |
|
| 14 |
"description": {
|
|
| 15 |
"type": "string" |
|
| 16 |
} |
|
| 10 | 17 |
}, |
| 11 | 18 |
"required": [ "identifier" ], |
| 12 | 19 |
"additionalProperties": false |
Also available in: Unified diff