Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/create-log.RequestSchema.json

18 lines
339 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/json": {
"schema": {
"properties": { "id": { "type": "integer" } },
"type": "object",
"title": "LogRestApi.post"
},
"example": { "id": 1 }
}
},
"description": "Model schema",
"required": true
}
}