{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/devices-reader-action-state-info-schema.json", "title": "ReaderActionStateInfo", "description": "Card reader state information", "type": "object", "properties": { "ActionState": { "description": "Action state", "type": "string", "example": "string" }, "FailureCode": { "description": "Failure code", "type": "string", "example": "string" }, "FailureMessage": { "description": "Failure Message", "type": "string", "example": "string" }, "Type": { "description": "Type", "type": "string", "example": "string" } } }