{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/devices-reader-action-state-info-structure.json", "name": "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" } } }