{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SubmitCardActionResponse", "title": "SubmitCardActionResponse", "type": "object", "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExTLzU0MUFFMzBFLUUyQzUtNERENi04NTM4LTgzOTRDODYzM0I3MQo", "description": "The unique identifier of the action." }, "personId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS83MTZlOWQxYy1jYTQ0LTRmZ", "description": "The person who performed the action." }, "roomId": { "type": "string", "example": "L3VzL1BFT1BMRS80MDNlZmUwNy02Yzc3LTQyY2UtOWI", "description": "The room in which the action was performed." }, "created": { "type": "string", "example": "2016-05-10T19:41:00.100Z", "description": "The timestamp of the action." } } }