28 lines
444 B
JSON
28 lines
444 B
JSON
{
|
|
"bool": {
|
|
"enum": ["bool"]
|
|
},
|
|
"cstring": {
|
|
"title": "cstring",
|
|
"type": "array",
|
|
"items": [
|
|
{
|
|
"enum": ["cstring"]
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"encoding": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": []
|
|
}
|
|
],
|
|
"additionalItems": false
|
|
},
|
|
"void": {
|
|
"enum": ["void"]
|
|
}
|
|
}
|