mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"descr": {
|
|
"description": "Give a description for this annotation layer",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"description": "The annotation layer name",
|
|
"maxLength": 250,
|
|
"minLength": 1,
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "AnnotationLayerRestApi.put"
|
|
},
|
|
"schemaType": "response"
|
|
}
|