mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": { "id": { "type": "integer" } },
|
|
"type": "object",
|
|
"title": "UserRegistrationsRestAPI.post"
|
|
},
|
|
"example": { "id": 1 }
|
|
}
|
|
},
|
|
"description": "Model schema",
|
|
"required": true
|
|
}
|
|
}
|