{ "schema": { "properties": { "cache_timeout": { "description": "Duration (in seconds) of the caching timeout for this chart.", "type": "integer" }, "certification_details": { "description": "Details of the certification.", "type": "string" }, "certified_by": { "description": "Person or group that has certified this dashboard.", "type": "string" }, "changed_on": { "description": "Timestamp of the last modification.", "format": "date-time", "type": "string" }, "changed_on_humanized": { "description": "Timestamp of the last modification in human readable form.", "type": "string" }, "datasource": { "description": "Datasource identifier.", "type": "string" }, "description": { "description": "Slice description.", "type": "string" }, "description_markeddown": { "description": "Sanitized HTML version of the chart description.", "type": "string" }, "edit_url": { "description": "The URL for editing the slice.", "type": "string" }, "form_data": { "description": "Form data associated with the slice.", "type": "object" }, "is_managed_externally": { "description": "If the chart is managed outside externally.", "type": "boolean" }, "modified": { "description": "Last modification in human readable form.", "type": "string" }, "owners": { "description": "Owners identifiers.", "items": { "type": "integer" }, "type": "array" }, "query_context": { "description": "The context associated with the query.", "type": "object" }, "slice_id": { "description": "The slice ID.", "type": "integer" }, "slice_name": { "description": "The slice name.", "type": "string" }, "slice_url": { "description": "The slice URL.", "type": "string" } }, "type": "object", "title": "Slice" }, "schemaType": "response" }