mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"first_name": { "type": "string" },
|
|
"last_name": { "type": "string" },
|
|
"username": { "type": "string" }
|
|
},
|
|
"type": "object",
|
|
"title": "User3"
|
|
},
|
|
"schemaType": "response"
|
|
}
|