Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/user.Schema.json

13 lines
236 B
JSON

{
"schema": {
"properties": {
"first_name": { "type": "string" },
"id": { "type": "integer" },
"last_name": { "type": "string" }
},
"type": "object",
"title": "User"
},
"schemaType": "response"
}