mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"first_name": { "maxLength": 64, "type": "string" },
|
|
"last_name": { "maxLength": 64, "type": "string" }
|
|
},
|
|
"required": ["first_name", "last_name"],
|
|
"type": "object",
|
|
"title": "DatasetRestApi.get.User1"
|
|
},
|
|
"schemaType": "response"
|
|
}
|