* Fixed checkstyle by running the "./gradlew --no-daemon format --scan". NO changes in logic
46 lines
810 B
JSON
46 lines
810 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"id": {
|
|
"type": "integer"
|
|
},
|
|
"uid": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"name": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"created_at": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"archived": {
|
|
"type": ["boolean", "null"]
|
|
},
|
|
"type": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"url": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"embed_js": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"embed_url": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"title": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"description": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"sign_up_button_text": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"success_message": {
|
|
"type": ["string", "null"]
|
|
}
|
|
},
|
|
"required": ["id"]
|
|
}
|