{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/purpose_code_enum", "title": "Purpose Code", "type": "string", "description": "The purpose code. Required only for India. For more information, see the Reserve Bank Of India web site. Value is:", "minLength": 1, "maxLength": 50, "pattern": "^[a-zA-Z0-9]([a-zA-Z0-9_ ])+$", "enum": [ "P0104", "P0301", "P0801", "P0802", "P0803", "P0805", "P0806", "P0902", "P1004", "P1005", "P1006", "P1007", "P1008", "P1009" ] }