No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"maxLength": 128,
"minLength": 3
},
"description": {
"type": "string",
"maxLength": 10240,
"maxGraphemes": 1024
}
}
}