{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseAdditionalDataDomesticError", "title": "ResponseAdditionalDataDomesticError", "properties": { "domesticRefusalReasonRaw": { "description": "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.", "type": "string" }, "domesticShopperAdvice": { "description": "The action the shopper should take, in a local language. \nCurrently available in Japanese, for merchants in Japan.", "type": "string" } }, "type": "object" }