{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-icc-reset-data-structure.json", "description": "ICCResetData schema from Adyen API", "type": "object", "properties": { "ATRValue": { "type": "string", "format": "byte", "pattern": "^.{1,100}$" }, "CardStatusWords": { "type": "string", "format": "byte", "pattern": "^.{2,2}$" } }, "name": "ICCResetData" }