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

29 lines
851 B
JSON

{
"schema": {
"properties": {
"end_dttm": { "format": "date-time", "nullable": true, "type": "string" },
"id": { "type": "integer" },
"json_metadata": { "nullable": true, "type": "string" },
"layer": {
"properties": {
"id": { "type": "integer" },
"name": { "maxLength": 250, "nullable": true, "type": "string" }
},
"type": "object",
"title": "AnnotationRestApi.get.AnnotationLayer"
},
"long_descr": { "nullable": true, "type": "string" },
"short_descr": { "maxLength": 500, "nullable": true, "type": "string" },
"start_dttm": {
"format": "date-time",
"nullable": true,
"type": "string"
}
},
"required": ["layer"],
"type": "object",
"title": "AnnotationRestApi.get"
},
"schemaType": "response"
}