{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BinDetail", "title": "BinDetail", "properties": { "issuerCountry": { "description": "The country where the card was issued.", "type": "string" } }, "type": "object" }