{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ICCResetData", "title": "ICCResetData", "type": "object", "properties": { "ATRValue": { "type": "string", "format": "byte", "pattern": "^.{1,100}$" }, "CardStatusWords": { "type": "string", "format": "byte", "pattern": "^.{2,2}$" } } }