Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/annotationlayerrestapi-put.Schema.json
2026-07-28 21:39:01 +07:00

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"
}