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

68 lines
2.0 KiB
JSON

{
"schema": {
"properties": {
"active": { "nullable": true, "type": "boolean" },
"changed_by": {
"properties": { "id": { "type": "integer" } },
"type": "object",
"title": "SupersetUserApi.get.User1"
},
"changed_on": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"created_by": {
"properties": { "id": { "type": "integer" } },
"type": "object",
"title": "SupersetUserApi.get.User"
},
"created_on": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"email": { "maxLength": 320, "type": "string" },
"fail_login_count": { "nullable": true, "type": "integer" },
"first_name": { "maxLength": 64, "type": "string" },
"groups": {
"properties": {
"description": {
"maxLength": 512,
"nullable": true,
"type": "string"
},
"id": { "type": "integer" },
"label": { "maxLength": 150, "nullable": true, "type": "string" },
"name": { "maxLength": 100, "type": "string" }
},
"required": ["name"],
"type": "object",
"title": "SupersetUserApi.get.Group"
},
"id": { "type": "integer" },
"last_login": {
"format": "date-time",
"nullable": true,
"type": "string"
},
"last_name": { "maxLength": 64, "type": "string" },
"login_count": { "nullable": true, "type": "integer" },
"roles": {
"properties": {
"id": { "type": "integer" },
"name": { "maxLength": 64, "type": "string" }
},
"required": ["name"],
"type": "object",
"title": "SupersetUserApi.get.Role"
},
"username": { "maxLength": 128, "type": "string" }
},
"required": ["email", "first_name", "last_name", "username"],
"type": "object",
"title": "SupersetUserApi.get"
},
"schemaType": "response"
}