{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CopyDashboardTemplate", "title": "CopyDashboardTemplate", "type": "object", "properties": { "source_template_id": { "type": "string", "format": "uuid", "description": "UUID of a team-scoped template in the same organization. Global and feature-flag templates cannot be copied with this endpoint." } }, "required": [ "source_template_id" ] }