mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"title": "Body",
|
|
"body": {
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"properties": {
|
|
"activeTabs": {
|
|
"description": "A list representing active tabs.",
|
|
"items": { "type": "string" },
|
|
"type": "array"
|
|
},
|
|
"anchor": {
|
|
"description": "A string representing the anchor.",
|
|
"type": "string"
|
|
},
|
|
"dataMask": {
|
|
"additionalProperties": {},
|
|
"description": "An object representing the data mask.",
|
|
"type": "object"
|
|
},
|
|
"urlParams": {
|
|
"description": "A list of tuples, each containing two strings.",
|
|
"items": {},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "DashboardScreenshotPostSchema"
|
|
},
|
|
"example": {
|
|
"activeTabs": ["string"],
|
|
"anchor": "string",
|
|
"dataMask": {},
|
|
"urlParams": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|