LookAtMySuitBot/js/node_modules/protodef-validator/ProtoDef/schemas/primitives.json

12 lines
123 B
JSON
Raw Normal View History

2023-12-24 20:08:39 -05:00
{
"bool": {
"enum": ["bool"]
},
"cstring": {
"enum": ["cstring"]
},
"void": {
"enum": ["void"]
}
}