No description available.
Properties
View raw schema
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"public": {
"type": "boolean"
}
}
}
No description available.
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"public": {
"type": "boolean"
}
}
}
No description available.
{
"type": "object",
"properties": {
"cuid": {
"type": "string"
},
"name": {
"type": "string"
},
"public": {
"type": "boolean"
},
"content": {
"type": "string"
}
}
}