{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TemplateResponseModel", "title": "TemplateResponseModel", "type": "object", "properties": { "createdAt": { "type": "string", "description": "Created Timestamp", "example": "2022-10-18T04:21:34.124Z" }, "createdBy": { "type": "string", "description": "Created By", "example": "1eb65fdf-9643-417f-9974-ad72cae0e10f" }, "updatedAt": { "type": "string", "description": "Updated Timestamp", "example": "2022-10-18T04:21:34.124Z" }, "updatedBy": { "type": "string", "description": "Updated By", "example": "1eb65fdf-9643-417f-9974-ad72cae0e10f" }, "id": { "type": "string", "description": "Profile View Template Id", "example": "638505f32332c8200dac025e" }, "name": { "type": "string", "description": "Template Name", "example": "sample-template" }, "workspaceId": { "type": "string", "description": "Workspace Id", "example": "Customer-Journey-Widget" }, "organizationId": { "type": "string", "description": "Organization Id", "example": "Demo Assure" }, "attributes": { "type": "array", "items": { "$ref": "#/components/schemas/ProfileViewAttributeResponseModel" } } }, "description": "Template Response Model" }