{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgentPersonalGreetingPatchDTO_AgentPersonalGreetingsWithAttributeTag", "title": "AgentPersonalGreetingPatchDTO_AgentPersonalGreetingsWithAttributeTag", "type": "object", "properties": { "attributeTag": { "type": "string", "description": "This is used to identify the purpose of a greeting.", "example": "ENVIP" }, "greetingPurposeId": { "type": "string", "description": "Id of the greeting purpose", "example": "f53c8b54-46ca-43f6-ba05-08426a46e23d" } } }