mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"deferrable": { "type": "boolean" },
|
|
"initially": { "type": "boolean" },
|
|
"match": { "type": "boolean" },
|
|
"ondelete": { "type": "boolean" },
|
|
"onupdate": { "type": "boolean" }
|
|
},
|
|
"type": "object",
|
|
"title": "TableMetadataOptionsResponse"
|
|
},
|
|
"schemaType": "response"
|
|
}
|