Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/update-an-annotation-layer-annotation-layer-pk.RequestSchema.json

29 lines
698 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/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"
},
"example": { "descr": "string", "name": "string" }
}
},
"description": "Annotation schema",
"required": true
}
}