{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "CreationInfo": {
            "$ref": "#/definitions/CreationInfo"
        },
        "Form_Details": {
            "$ref": "#/definitions/Form_Details"
        },
		"verPan": {
            "description": "PAN of the assessee",
            "type": "string",
            "minLength": 10,
            "maxLength": 10,
            "pattern": "[a-zA-Z]{3}[abcfghljpteABCFGHLJPTE]{1}[a-zA-Z]{1}[0-9]{4}[a-zA-Z]{1}"
        },
        "verName": {
            "description": "Name of the assessee",
            "type": "string",
            "minLength": 1,
            "maxLength": 250
        },
		"verFinancialYear": {
            "description": "The tax payable under section 115JC of the Income-tax Act in respect of the assessment year _____",
            "type": "integer",
            "minimum": 2000,
			"maximum": 2026
        },
        "salutaion1": {
            "description": "________have examined the accounts and records of",
            "type": "string",
            "minLength": 1,
            "maxLength": 2,
            "pattern": "(I|We)"
        },
        "countryCd": {
            "description": "Country",
            "$ref": "#/definitions/countryCd"
        },
        "addrLine1Txt": {
            "type": "string",
            "minLength": 1,
            "maxLength": 60
        },
        "addrLine2Txt": {
            "type": "string",
            "maxLength": 60
        },
        "pinCd": {
            "type": "integer",
            "minimum": 100000,
            "maximum": 999999
        },
        "postOfficeCd": {
            "type": "integer",
            "minimum": 1,
            "maximum": 999999
        },
        "localityCd": {
            "type": "integer",
            "minimum": 1,
            "maximum": 999999
        },
        "districtCd": {
            "type": "integer",
            "minimum": 1,
            "maximum": 999999
        },
        "stateCd": {
            "description": "01-Andaman and Nicobar islands; 02-Andhra Pradesh; 03-Arunachal Pradesh; 04-Assam; 05-Bihar; 06-Chandigarh; 07-Dadra Nagar and Haveli; 08-Daman and Diu; 09- Delhi; 10- Goa; 11-Gujarat; 12- Haryana; 13- Himachal Pradesh; 14-Jammu and Kashmir; 15- Karnataka; 16- Kerala; 17- Lakshadweep; 18-Madhya Pradesh; 19-Maharashtra; 20-Manipur; 21-meghalaya; 22-Mizoram; 23-Nagaland; 24- Odisha; 25- Puducherry; 26- Punjab; 27-Rajasthan; 28- Sikkim; 29-Tamil Nadu; 30- Tripura; 31-Uttar Pradesh; 32- West Bengal; 33- Chhattisgarh; 34- Uttarakhand; 35- Jharkhand; 36- Telangana; 37- Ladakh",
            "enum": [
                1,
                2,
                3,
                4,
                5,
                6,
                7,
                8,
                9,
                10,
                11,
                12,
                13,
                14,
                15,
                16,
                17,
                18,
                19,
                20,
                21,
                22,
                23,
                24,
                25,
                26,
                27,
                28,
                29,
                30,
                31,
                32,
                33,
                34,
                35,
                36,
                37
            ]
        },
        "zipCd": {
            "type": "string",
            "maxLength": 8,
            "pattern": "[A-Za-z0-9]{1}[A-Za-z0-9\\s]{0,7}"
        },
        "forgnPo": {
            "description": "Foreign Post Office",
            "type": "string",
            "maxLength": 60
        },
        "forgnArea": {
            "description": "Foreign Area/Locality",
            "type": "string",
            "maxLength": 60
        },
        "forgnDistrict": {
            "description": "Foreign District",
            "type": "string",
            "maxLength": 60
        },
        "forgnState": {
            "description": "Foreign State",
            "type": "string",
            "maxLength": 60
        },
        "form29cSectorDetails": {
            "type": "array",
            "items": {
                "$ref": "#/definitions/form29cSectorDetails"
            }
        },
        "yearEnd": {
            "description": "in order to arrive at the adjusted total income and the alternate minimum tax for the year ended on the 31st March,____",
            "type": "integer",
            "minimum": 2015,
			"maximum": 2026
        },
        "salutaion2": {
            "description": "________ certify that the adjusted total income and the alternate minimum tax has been computed in accordance with the provisions of Chapter XII-BA of the Income-tax Act.",
            "type": "string",
            "minLength": 1,
            "maxLength": 2,
            "pattern": "(I|We)"
        },
        "detailProvidedAnnx": {
            "description": "is Rs.___________, which has been determined on the basis of the details in Annexure A to this Form.",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "salutaion3": {
            "description": "In _______ my opinion and to the best of",
            "type": "string",
            "minLength": 2,
            "maxLength": 3,
            "pattern": "(my|our)"
        },
        "salutaion4": {
            "description": "________knowledge and according to the explanations given to",
            "type": "string",
            "minLength": 2,
            "maxLength": 3,
            "pattern": "(my|our)"
        },
        "salutaion5": {
            "description": "________the particulars given in the Annexure A are true",
            "type": "string",
            "minLength": 1,
            "maxLength": 2,
            "pattern": "(me|us)"
        },
        "matterStated": {
            "description": " and correct subject to the qualifications stated _____",
            "type": "string",
            "maxLength": 4000,
            "minLength": 1
        },
        "nameOfTheSignatory": {
            "description": "Name of Accountant",
            "type": "string",
            "minLength": 1,
            "maxLength": 250
        },
        "address2": {
            "description": "Full Address of CA",
            "type": "string",
            "maxLength": 4000,
            "minLength": 1
        },
        "membershipNumber": {
            "description": "Membership No",
            "type": "string",
            "minLength": 10,
            "maxLength": 10,
            "pattern": "[ARCA][0-9]{6}"
        },
        "firmRegistrationNumber": {
            "description": "Firm Registration Number",
            "type": "string",
            "maxLength": 8
        },
        "place": {
            "description": "Place",
            "type": "string",
            "maxLength": 100
        },
        "date": {
            "description": "Date",
            "type": "string",
            "pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
        },
        "dateOfAudit": {
            "description": "Date Of Audit Report",
            "type": "string",
            "pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
        },
        "nameOftheAssessee": {
            "description": "Name of the assessee",
            "type": "string",
            "minLength": 1,
            "maxLength": 250
        },
        "pan": {
            "description": "Permanent Account Number of the assessee",
            "type": "string",
            "minLength": 10,
            "maxLength": 10,
            "pattern": "[a-zA-Z]{3}[abcfghljpteABCFGHLJPTE]{1}[a-zA-Z]{1}[0-9]{4}[a-zA-Z]{1}"
        },
        "sector": {
            "description": "AA - AGRICULTURE, ANIMAL HUSBANDRY & FORESTRY;FF - FISH FARMING;MQ - MINING AND QUARRYING;MF - MANUFACTURING;EG - ELECTRICITY, GAS AND WATER;CO - CONSTRUCTION;RE - REAL ESTATE AND RENTING SERVICES;RM - RENTING OF MACHINERY;WR - WHOLESALE AND RETAIL TRADE;HR - HOTELS, RESTAURANTS AND HOSPITALITY SERVICES;TL - TRANSPORT & LOGISTICS SERVICES;PT - POST AND TELECOMMUNICATION SERVICES;FS - FINANCIAL INTERMEDIATION SERVICES;CR - COMPUTER AND RELATED SERVICES;RD - RESEARCH AND DEVELOPMENT;PR - PROFESSIONS;ES - EDUCATION SERVICES;HS - HEALTH CARE SERVICES;SC - SOCIAL AND COMMUNITY WORK;CS - CULTURE AND SPORT;OS - OTHER SERVICES;ET - EXTRA TERRITORIAL ORGANISATIONS AND BODIES",
            "type": "string",
            "enum": [
                "AA",
                "FF",
                "MQ",
                "MF",
                "EG",
                "CO",
                "RE",
                "RM",
                "WR",
                "HR",
                "TL",
                "PT",
                "FS",
                "CR",
                "RD",
                "PR",
                "ES",
                "HS",
                "SC",
                "CS",
                "OS",
                "ET"
            ]
        },
        "assessmentYear": {
            "type": "integer",
            "minimum": 2015,
			"maximum": 2026
        },
        "totalIncomeOfAssessee": {
            "description": "Total income of the assessee computed in the manner laid down in the Income-tax Act to before giving effect to Chapter XII-BA of the Income-tax Act, 1961(43 of 1961)",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "incomeTaxPayable": {
            "description": "Income-tax payable on total income referred to in Column 5 above",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "totalOfAll": {
            "description": "Total Deductions",
            "type": "integer",
            "maximum": 99999999999999
        },
        "amountDeduction": {
            "description": "The amount of deduction claimed under section 10AA",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "deductionClaimed35AD": {
            "description": "Deduction claimed u/s 35AD as reduced by the amount of depreciation on assets on which such deduction is claimed",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "adjustedTotalIncome": {
            "description": "Adjusted total income of the assessee(5+7+8+9)",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 1
        },
        "alternateMinimumTax": {
            "description": "Rate of Alternate minimum tax 9 - 9%; 18 - 18.5%",
            "type": "integer",
            "enum" : [ 0, 9 , 18, 15 ]
        },
        "minimumTaxTextbox": {
            "description": "Alternate minimum tax (% of adjusted total income computed in column 10 above)",
            "type": "integer",
            "maximum": 99999999999999,
            "minimum": 0
        },
        "form29cDedDetl": {
            "type": "array",
            "items": {
                "$ref": "#/definitions/form29cDedDetl"
            }
        }
    },
    "required": [
        "nameOftheAssessee",
        "pan",
        "countryCd",
        "addrLine1Txt",
        "assessmentYear",
        "totalIncomeOfAssessee",
        "incomeTaxPayable",
        "amountDeduction",
        "deductionClaimed35AD",
        "adjustedTotalIncome",
        "alternateMinimumTax",
        "salutaion1",
        "salutaion2",
        "salutaion3",
        "salutaion4",
        "salutaion5",
        "sector",
        "form29cSectorDetails",
        "yearEnd",
        "detailProvidedAnnx",
        "matterStated",
        "nameOfTheSignatory",
        "address2",
        "membershipNumber",
        "place",
        "date",
        "dateOfAudit",
        "minimumTaxTextbox"
    ],
    "definitions": {
        "CreationInfo": {
            "type": "object",
            "description": "This element will be used by third party vendors and intermediaries to give details of their software or JSON creation.",
            "additionalProperties": false,
            "properties": {
                "SWVersionNo": {
                    "maxLength": 10,
                    "minLength": 1,
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ],
                    "default": "1.0"
                },
                "SWCreatedBy": {
                    "maxLength": 50,
                    "minLength": 1,
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ]
                },
                "JSONCreatedBy": {
                    "maxLength": 50,
                    "minLength": 1,
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ]
                },
                "JSONCreationDate": {
                    "description": "Date in YYYY-MM-DD format",
                    "type": "string",
                    "pattern": "([12]\\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\\d|3[01]))"
                },
                "IntermediaryCity": {
                    "maxLength": 25,
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ],
                    "default": "Delhi"
                }
            },
            "required": [
                "SWVersionNo",
                "SWCreatedBy",
                "JSONCreatedBy",
                "JSONCreationDate",
                "IntermediaryCity"
            ]
        },
        "Form_Details": {
            "type": "object",
            "additionalProperties": false,
            "properties": {
                "schemaVersion": {
                    "maxLength": 10,
                    "minLength": 1,
                    "pattern": "Ver1.3",
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ]
                },
                "formVersion": {
                    "maxLength": 10,
                    "minLength": 1,
                    "pattern": "Ver1.0",
                    "allOf": [
                        {
                            "$ref": "#/definitions/nonEmptyString"
                        }
                    ]
                }
            },
            "required": [
                "schemaVersion",
                "formVersion"
            ]
        },
        "form29cDedDetl": {
            "type": "object",
            "properties": {
                "selectedCheckbox": {
                    "description": "Sl.No.",
                    "type": "integer",
                    "maxLength": 100
                },
                "sectionUndrDedcnClaimed": {
                    "description": "1- Section - 80-IA : Deductions in respect of profits and gains from industrial undertakings or enterprises engaged in infrastructure development, etc.; 2- Section - 80-IAB : Deductions in respect of profits and gains by an undertaking or enterprise engaged in development of Special Economic Zone; 3- Section - 80-IAC : Special provision in respect of specified business; 4- Section - 80-IB : Deduction in respect of profits and gains from certain industrial undertakings other than infrastructure development undertakings; 5- Section - 80-IBA : Deductions in respect of profits and gains from housing projects; 6- Section - 80-IC : Special provisions in respect of certain undertakings or enterprises in certain special category States; 7- Section - 80-ID : Deduction in respect of profits and gains from business of hotels and convention centres in specified area; 8- Section - 80-IE : Special provisions in respect of certain undertakings in North-Eastern States; 9- Section - 80JJA : Deduction in respect of profits and gains from business of collecting and processing of bio-degradable waste; 10- Section - 80JJAA : Deduction in respect of employment of new employees; 11- Section - 80LA : Deductions in respect of certain incomes of Offshore Banking Units and International Financial Services Centre; 12- Section - 80QQB : Deduction in respect of royalty income, etc., of authors of certain books other than text-books; 13- Section - 80RRB : Deduction in respect of royalty on patents",
                    "type": "string",
                    "enum": [
                        "1",
                        "2",
                        "3",
                        "4",
                        "5",
                        "6",
                        "7",
                        "8",
                        "9",
                        "10",
                        "11",
                        "12",
                        "13"
                    ]
                },
                "sectionUndrDesc": {
                    "type": "string",
                    "enum": [
                        "Section - 80-IA : Deductions in respect of profits and gains from industrial undertakings or enterprises engaged in infrastructure development, etc.,",
                        "Section - 80-IAB : Deductions in respect of profits and gains by an undertaking or enterprise engaged in development of Special Economic Zone",
                        "Section - 80-IAC : Special provision in respect of specified business",
                        "Section - 80-IB : Deduction in respect of profits and gains from certain industrial undertakings other than infrastructure development undertakings",
                        "Section - 80-IBA : Deductions in respect of profits and gains from housing projects",
                        "Section - 80-IC : Special provisions in respect of certain undertakings or enterprises in certain special category States",
                        "Section - 80-ID : Deduction in respect of profits and gains from business of hotels and convention centres in specified area",
                        "Section - 80-IE : Special provisions in respect of certain undertakings in North-Eastern States",
                        "Section - 80JJA : Deduction in respect of profits and gains from business of collecting and processing of bio-degradable waste",
                        "Section - 80JJAA : Deduction in respect of employment of new employees",
                        "Section - 80LA : Deductions in respect of certain incomes of Offshore Banking Units and International Financial Services Centre",
                        "Section - 80QQB : Deduction in respect of royalty income, etc., of authors of certain books other than text-books",
                        "Section - 80RRB : Deduction in respect of royalty on patents"
                    ]
                },
                "amount": {
                    "description": "Amount of deduction claimed",
                    "type": "integer",
                    "maximum": 99999999999999,
                    "minimum": 1
                }
            },
            "required": [
                "sectionUndrDedcnClaimed",
                "amount"
            ]
        },
        "form29cSectorDetails": {
            "type": "object",
            "properties": {
                "sector": {
                    "description": "AA - AGRICULTURE, ANIMAL HUSBANDRY & FORESTRY;FF - FISH FARMING;MQ - MINING AND QUARRYING;MF - MANUFACTURING;EG - ELECTRICITY, GAS AND WATER;CO - CONSTRUCTION;RE - REAL ESTATE AND RENTING SERVICES;RM - RENTING OF MACHINERY;WR - WHOLESALE AND RETAIL TRADE;HR - HOTELS, RESTAURANTS AND HOSPITALITY SERVICES;TL - TRANSPORT & LOGISTICS SERVICES;PT - POST AND TELECOMMUNICATION SERVICES;FS - FINANCIAL INTERMEDIATION SERVICES;CR - COMPUTER AND RELATED SERVICES;RD - RESEARCH AND DEVELOPMENT;PR - PROFESSIONS;ES - EDUCATION SERVICES;HS - HEALTH CARE SERVICES;SC - SOCIAL AND COMMUNITY WORK;CS - CULTURE AND SPORT;OS - OTHER SERVICES;ET - EXTRA TERRITORIAL ORGANISATIONS AND BODIES",
                    "type": "string",
                    "enum": [
                        "AA",
                        "FF",
                        "MQ",
                        "MF",
                        "EG",
                        "CO",
                        "RE",
                        "RM",
                        "WR",
                        "HR",
                        "TL",
                        "PT",
                        "FS",
                        "CR",
                        "RD",
                        "PR",
                        "ES",
                        "HS",
                        "SC",
                        "CS",
                        "OS",
                        "ET"
                    ]
                },
                "form29cSubSectorDetails": {
                    "type": "array",
                    "items": {
                        "$ref": "#/definitions/form29cSubSectorDetails"
                    }
                }
            },
            "required": [
                "sector",
                "form29cSubSectorDetails"
            ]
        },
        "form29cSubSectorDetails": {
            "type": "object",
            "properties": {
                "subSector": {
                    "description": "AA : 1001 : Growing and manufacturing of tea, 1002 : Growing and manufacturing of coffee, 1003 : Growing and manufacturing of rubber, 1004 : Market gardening and horticulture specialties, 1005 : Raising of silk worms and production of silk, 1006 : Raising of bees and production of honey, 1007 : Raising of poultry and production of eggs, 1008 : Rearing of sheep and production of wool, 1009 : Rearing of animals and production of animal products, 1010 : Agricultural and animal husbandry services, 1011 : Soil conservation, soil testing and soil desalination services, 1012 : Hunting, trapping and game propagation services, 1013 : Growing of timber, plantation, operation of tree nurseries and conserving of forest, 1014 : Gathering of tendu leaves, 1015 : Gathering of other wild growing materials, 1016 : Forestry service activities, timber cruising, afforestation and reforestation, 1017 : Logging service activities, transport of logs within the forest, 1018 : Other agriculture, animal husbandry or forestry activity n.e.c , FF : 2001 : Fishing on commercial basis in inland waters, 2002 : Fishing on commercial basis in ocean and coastal areas, 2003 : Fish farming, 2004 : Gathering of marine materials such as natural pearls, sponges, coral etc., 2005 : Services related to marine and fresh water fisheries, fish hatcheries and fish farms, 2006 : Other Fish farming activity n.e.c , EG : 5001 : Production, collection and distribution of electricity, 5002 : Manufacture and distribution of gas, 5003 : Collection, purification and distribution of water, 5004 : Other essential commodity service n.e.c , PR : 16001 : Legal profession, 16002 : Accounting, book-keeping and auditing profession, 16003 : Tax consultancy, 16004 : Architectural profession, 16005 : Engineering and technical consultancy, 16006 : Advertising, 16007 : Fashion designing, 16008 : Interior decoration, 16009 : Photography, 16010 : Auctioneers, 16011 : Business brokerage, 16012 : Market research and public opinion polling, 16013 : Business and management consultancy activities, 16014 : Labour recruitment and provision of personnel, 16015 : Investigation and security services, 16016 : Building-cleaning and industrial cleaning activities, 16017 : Packaging activities, 16018 : Secretarial activities, 16019 : Other professional services n.e.c., 16019_1 : Medical Profession, 16020 : Film Artist, 16021 : Social Media Influencers , MQ : 3001 : Mining and agglomeration of hard coal, 3002 : Mining and agglomeration of lignite, 3003 : Extraction and agglomeration of peat, 3004 : Extraction of crude petroleum and natural gas, 3005 : Service activities incidental to oil and gas extraction excluding surveying, 3006 : Mining of uranium and thorium ores, 3007 : Mining of iron ores, 3008 : Mining of non-ferrous metal ores, except uranium and thorium ores, 3009 : Mining of gemstones, 3010 : Mining of chemical and fertilizer minerals, 3011 : Mining of quarrying of abrasive materials, 3012 : Mining of mica, graphite and asbestos, 3013 : Quarrying of stones (marble/granite/dolomite), sand and clay, 3014 : Other mining and quarrying, 3015 : Mining and production of salt, 3016 : Other mining and quarrying n.e.c , PT : 12001 : Post and courier activities, 12002 : Basic telecom services, 12003 : Value added telecom services, 12004 : Maintenance of telecom network, 12005 : Activities of the cable operators, 12006 : Other Post & Telecommunication services n.e.c , OS : 21001 : Hair dressing and other beauty treatment, 21002 : Funeral and related activities, 21003 : Marriage bureaus, 21004 : Pet care services, 21005 : Sauna and steam baths, massage salons etc., 21006 : Astrological and spiritualists‘ activities, 21007 : Private households as employers of domestic staff, 21008 : Other services n.e.c., 21008_1 : Event Management, 21009 : Speculative trading, 21010 : Futures and Options trading, 21011 : Buying and selling shares , HR : 10001 : Hotels – Star rated, 10002 : Hotels – Non-star rated, 10003 : Motels, Inns and Dharmshalas, 10004 : Guest houses and circuit houses, 10005 : Dormitories and hostels at educational institutions, 10006 : Short stay accommodations n.e.c., 10007 : Restaurants – with bars, 10008 : Restaurants – without bars, 10009 : Canteens, 10010 : Independent caterers, 10011 : Casinos and other games of chance, 10012 : Other hospitality services n.e.c. , HS : 18001 : General hospitals, 18002 : Speciality and super speciality hospitals, 18003 : Nursing homes, 18004 : Diagnostic centres, 18005 : Pathological laboratories, 18006 : Independent blood banks, 18007 : Medical transcription, 18008 : Independent ambulance services, 18009 : Medical suppliers, agencies and stores, 18010 : Medical clinics, 18011 : Dental practice, 18012 : Ayurveda practice, 18013 : Unani practice, 18014 : Homeopathy practice, 18015 : Nurses, physiotherapists or other para-medical practitioners, 18016 : Veterinary hospitals and practice, 18017 : Medical education, 18018 : Medical research, 18019 : Practice of other alternative medicine, 18020 : Other healthcare services , CO : 6001 : Site preparation works, 6002 : Building of complete constructions or parts- civil contractors, 6003 : Building installation, 6004 : Building completion, 6005 : Construction and maintenance of roads, rails, bridges, tunnels, ports, harbour, runways etc., 6006 : Construction and maintenance of power plants, 6007 : Construction and maintenance of industrial plants, 6008 : Construction and maintenance of power transmission and telecommunication lines, 6009 : Construction of water ways and water reservoirs, 6010 : Other construction activity n.e.c. , FS : 13001 : Commercial banks, saving banks and discount houses, 13002 : Specialised institutions granting credit, 13003 : Financial leasing, 13004 : Hire-purchase financing, 13005 : Housing finance activities, 13006 : Commercial loan activities, 13007 : Credit cards, 13008 : Mutual funds, 13009 : Chit fund, 13010 : Investment activities, 13011 : Life insurance, 13012 : Pension funding, 13013 : Non-life insurance, 13014 : Administration of financial markets, 13015 : Stock brokers, sub-brokers and related activities, 13016 : Financial advisers, mortgage advisers and brokers, 13017 : Foreign exchange services, 13018 : Other financial intermediation services n.e.c. , ES : 17001 : Primary education, 17002 : Secondary/ senior secondary education, 17003 : Technical and vocational secondary/ senior secondary education, 17004 : Higher education, 17005 : Education by correspondence, 17006 : Coaching centres and tuitions, 17007 : Other education services n.e.c. , CR : 14001 : Software development, 14002 : Other software consultancy, 14003 : Data processing, 14004 : Database activities and distribution of electronic content, 14005 : Other IT enabled services, 14006 : BPO services, 14007 : Cyber café, 14008 : Maintenance and repair of office, accounting and computing machinery, 14009 : Computer training and educational institutes, 14010 : Other computation related services n.e.c. , ET : 22001 : Extra territorial organisations and bodies (IMF, World Bank, European Commission etc.) , SC : 19001 : Social work activities with accommodation (orphanages and old age homes), 19002 : Social work activities without accommodation (Creches), 19003 : Industry associations, chambers of commerce, 19004 : Professional organisations, 19005 : Trade unions, 19006 : Religious organizations, 19007 : Political organisations, 19008 : Other membership organisations n.e.c. (rotary clubs, book clubs and philatelic clubs), 19009 : Other Social or community service n.e.c , CS : 20001 : Motion picture production, 20002 : Film distribution, 20003 : Film laboratories, 20004 : Television channel productions, 20005 : Television channels broadcast, 20006 : Video production and distribution, 20007 : Sound recording studios, 20008 : Radio - recording and distribution, 20009 : Stage production and related activities, 20010 : Individual artists excluding authors, 20011 : Literary activities, 20012 : Other cultural activities n.e.c., 20013 : Circuses and race tracks, 20014 : Video Parlours, 20015 : News agency activities, 20016 : Library and archives activities, 20017 : Museum activities, 20018 : Preservation of historical sites and buildings, 20019 : Botanical and zoological gardens, 20020 : Operation and maintenance of sports facilities, 20021 : Activities of sports and game schools, 20022 : Organisation and operation of indoor/outdoor sports and promotion and production of sporting events, 20023 : Other sporting activities n.e.c., 20023_1 : Sports Management, 20024 : Other recreational activities n.e.c. , RD : 15001 : Natural sciences and engineering, 15002 : Social sciences and humanities, 15003 : Other Research & Development activities n.e.c. , SF : 0001 : Share of Income from Firm only , RE : 7001 : Purchase, sale and letting of leased buildings (residential and non-residential), 7002 : Operating of real estate of self-owned buildings (residential and non-residential), 7003 : Developing and sub-dividing real estate into lots, 7004 : Real estate activities on a fee or contract basis, 7005 : Other real estate/renting services n.e.c , TL : 11001 : Travel agencies and tour operators, 11002 : Packers and movers, 11003 : Passenger land transport, 11004 : Air transport, 11005 : Transport by urban/sub-urban railways, 11006 : Inland water transport, 11007 : Sea and coastal water transport, 11008 : Freight transport by road, 11009 : Freight transport by railways, 11010 : Forwarding of freight, 11011 : Receiving and acceptance of freight, 11012 : Cargo handling, 11013 : Storage and warehousing, 11014 : Transport via pipelines (transport of gases, liquids, slurry and other commodities), 11015 : Other Transport & Logistics services n.e.c , MF : 4001 : Production, processing and preservation of meat and meat products, 4002 : Production, processing and preservation of fish and fish products, 4003 : Manufacture of vegetable oil, animal oil and fats, 4004 : Processing of fruits, vegetables and edible nuts, 4005 : Manufacture of dairy products, 4006 : Manufacture of sugar, 4007 : Manufacture of cocoa, chocolates and sugar confectionery, 4008 : Flour milling, 4009 : Rice milling, 4010 : Dal milling, 4011 : Manufacture of other grain mill products, 4012 : Manufacture of bakery products, 4013 : Manufacture of starch products, 4014 : Manufacture of animal feeds, 4015 : Manufacture of other food products, 4016 : Manufacturing of wines, 4017 : Manufacture of beer, 4018 : Manufacture of malt liquors, 4019 : Distilling and blending of spirits, production of ethyl alcohol, 4020 : Manufacture of mineral water, 4021 : Manufacture of soft drinks, 4022 : Manufacture of other non-alcoholic beverages, 4023 : Manufacture of tobacco products, 4024 : Manufacture of textiles (other than by handloom), 4025 : Manufacture of textiles using handlooms (khadi), 4026 : Manufacture of carpet, rugs, blankets, shawls etc. (other than by hand), 4027 : Manufacture of carpet, rugs, blankets, shawls etc. by hand, 4028 : Manufacture of wearing apparel, 4029 : Tanning and dressing of leather, 4030 : Manufacture of luggage, handbags and the like saddler and harness, 4031 : Manufacture of footwear, 4032 : Manufacture of wood and wood products, cork, straw and plaiting material, 4033 : Manufacture of paper and paper products, 4034 : Publishing, printing and reproduction of recorded media, 4035 : Manufacture of coke oven products, 4036 : Manufacture of refined petroleum products, 4037 : Processing of nuclear fuel, 4038 : Manufacture of fertilizers and nitrogen compounds, 4039 : Manufacture of plastics in primary forms and of synthetic rubber, 4040 : Manufacture of paints, varnishes and similar coatings, 4041 : Manufacture of pharmaceuticals, medicinal chemicals and botanical products, 4042 : Manufacture of soap and detergents, 4043 : Manufacture of other chemical products, 4044 : Manufacture of man-made fibers, 4045 : Manufacture of rubber products, 4046 : Manufacture of plastic products, 4047 : Manufacture of glass and glass products, 4048 : Manufacture of cement, lime and plaster, 4049 : Manufacture of articles of concrete, cement and plaster, 4050 : Manufacture of Bricks, 4051 : Manufacture of other clay and ceramic products, 4052 : Manufacture of other non-metallic mineral products, 4053 : Manufacture of pig iron, sponge iron, Direct Reduced Iron etc., 4054 : Manufacture of Ferro alloys, 4055 : Manufacture of Ingots, billets, blooms and slabs etc., 4056 : Manufacture of steel products, 4057 : Manufacture of basic precious and non-ferrous metals, 4058 : Manufacture of non-metallic mineral products, 4059 : Casting of metals, 4060 : Manufacture of fabricated metal products, 4061 : Manufacture of engines and turbines, 4062 : Manufacture of pumps and compressors, 4063 : Manufacture of bearings and gears, 4064 : Manufacture of ovens and furnaces, 4065 : Manufacture of lifting and handling equipment, 4066 : Manufacture of other general purpose machinery, 4067 : Manufacture of agricultural and forestry machinery, 4068 : Manufacture of Machine Tools, 4069 : Manufacture of machinery for metallurgy, 4070 : Manufacture of machinery for mining, quarrying and constructions, 4071 : Manufacture of machinery for processing of food and beverages, 4072 : Manufacture of machinery for leather and textile, 4073 : Manufacture of weapons and ammunition, 4074 : Manufacture of other special purpose machinery, 4075 : Manufacture of domestic appliances, 4076 : Manufacture of office, accounting and computing machinery, 4077 : Manufacture of electrical machinery and apparatus, 4078 : Manufacture of Radio, Television, communication equipment and apparatus, 4079 : Manufacture of medical and surgical equipment, 4080 : Manufacture of industrial process control equipment, 4081 : Manufacture of instruments and appliances for measurements and navigation, 4082 : Manufacture of optical instruments, 4083 : Manufacture of watches and clocks, 4084 : Manufacture of motor vehicles, 4085 : Manufacture of body of motor vehicles, 4086 : Manufacture of parts & accessories of motor vehicles & engines, 4087 : Building & repair of ships and boats, 4088 : Manufacture of railway locomotive and rolling stocks, 4089 : Manufacture of aircraft and spacecraft, 4090 : Manufacture of bicycles, 4091 : Manufacture of other transport equipment, 4092 : Manufacture of furniture, 4093 : Manufacture of jewellery, 4094 : Manufacture of sports goods, 4095 : Manufacture of musical instruments, 4096 : Manufacture of games and toys, 4097 : Other manufacturing n.e.c., 4098 : Recycling of metal waste and scrap, 4099 : Recycling of non- metal waste and scrap , RM : 8001 : Renting of land transport equipment, 8002 : Renting of water transport equipment, 8003 : Renting of air transport equipment, 8004 : Renting of agricultural machinery and equipment, 8005 : Renting of construction and civil engineering machinery, 8006 : Renting of office machinery and equipment, 8007 : Renting of other machinery and equipment n.e.c., 8008 : Renting of personal and household goods n.e.c., 8009 : Renting of other machinery n.e.c. , WR : 9001 : Wholesale and retail sale of motor vehicles, 9002 : Repair and maintenance of motor vehicles, 9003 : Sale of motor parts and accessories- wholesale and retail, 9004 : Retail sale of automotive fuel, 9005 : General commission agents, commodity brokers and auctioneers, 9006 : Wholesale of agricultural raw material, 9007 : Wholesale of food & beverages and tobacco, 9008 : Wholesale of household goods, 9009 : Wholesale of metals and metal ores, 9010 : Wholesale of household goods, 9011 : Wholesale of construction material, 9012 : Wholesale of hardware and sanitary fittings, 9013 : Wholesale of cotton and jute, 9014 : Wholesale of raw wool and raw silk, 9015 : Wholesale of other textile fibres, 9016 : Wholesale of industrial chemicals, 9017 : Wholesale of fertilizers and pesticides, 9018 : Wholesale of electronic parts & equipment, 9019 : Wholesale of other machinery, equipment and supplies, 9020 : Wholesale of waste, scrap & materials for re-cycling, 9021 : Retail sale of food, beverages and tobacco in specialized stores, 9022 : Retail sale of other goods in specialized stores, 9023 : Retail sale in non-specialized stores, 9024 : Retail sale of textiles, apparel, footwear, leather goods, 9025 : Retail sale of other household appliances, 9026 : Retail sale of hardware, paint and glass, 9027 : Wholesale of other products n.e.c, 9028 : Retail sale of other products n.e.c, 9029 : Commission agents - Kachcha Arahtia , CA : 23001 : Banking/Credit Facilities to its members, 23002 : Cottage Industry, 23003 : Marketing of Agricultural produce grown by its members, 23004 : Purchase of Agricultural Implements, seeds, livestock or other articles intended for agriculture for the purpose of supplying to its members., 23005 : Processing , without the aid of power, of the agricultural Produce of its members., 23006 : Collective disposal of Labour of its members, 23007 : Fishing or allied activities for the purpose of supplying to its members., 23008 : Primary cooperative society engaged in supplying Milk, oilseeds, fruits or vegetables raised or grown by its members to Federal cooperative society engaged in supplying Milk, oilseeds, fruits or vegetables/Government or local authority/Government Company / corporation established by or under a Central, State or Provincial Act, 23009 : Consumer Cooperative Society Other than specified in 80P(2a) or 80P(2b), 23010 : Other Cooperative Society engaged in activities Other than specified in 80P(2a) or 80P(2b), 23011 : Interest/Dividend from Investment in other co-operative society, 23012 : Income from Letting of godowns / warehouses for storage, processing / facilitating the marketing of commodities, 23013 : Others, 23014 : Federal milk co-operative society",
                    "type": "string",
                    "enum": [
                        "1001",
                        "1002",
                        "1003",
                        "1004",
                        "1006",
                        "1005",
                        "1007",
                        "1008",
                        "1009",
                        "1010",
                        "1011",
                        "1012",
                        "1013",
                        "1014",
                        "1015",
                        "1016",
                        "1017",
                        "1018",
                        "2001",
                        "2002",
                        "2003",
                        "2004",
                        "2005",
                        "2006",
                        "5001",
                        "5002",
                        "5003",
                        "5004",
                        "16001",
                        "16002",
                        "16003",
                        "16004",
                        "16005",
                        "16006",
                        "16007",
                        "16008",
                        "16009",
                        "16010",
                        "16011",
                        "16012",
                        "16013",
                        "16014",
                        "16015",
                        "16016",
                        "16017",
                        "16018",
                        "16019",
                        "16019_1",
                        "16020",
                        "16021",
                        "3001",
                        "3002",
                        "3003",
                        "3004",
                        "3005",
                        "3006",
                        "3007",
                        "3008",
                        "3009",
                        "3010",
                        "3011",
                        "3012",
                        "3013",
                        "3014",
                        "3015",
                        "3016",
                        "12001",
                        "12002",
                        "12003",
                        "12004",
                        "12005",
                        "12006",
                        "21001",
                        "21002",
                        "21003",
                        "21004",
                        "21005",
                        "21006",
                        "21007",
                        "21008",
                        "21008_1",
                        "21009",
                        "21010",
                        "21011",
                        "10001",
                        "10002",
                        "10003",
                        "10004",
                        "10005",
                        "10006",
                        "10007",
                        "10008",
                        "10009",
                        "10010",
                        "10011",
                        "10012",
                        "18001",
                        "18002",
                        "18003",
                        "18004",
                        "18005",
                        "18006",
                        "18007",
                        "18008",
                        "18009",
                        "18010",
                        "18011",
                        "18012",
                        "18013",
                        "18014",
                        "18015",
                        "18016",
                        "18017",
                        "18018",
                        "18019",
                        "18020",
                        "6001",
                        "6002",
                        "6003",
                        "6004",
                        "6005",
                        "6006",
                        "6007",
                        "6008",
                        "6009",
                        "6010",
                        "13001",
                        "13002",
                        "13003",
                        "13004",
                        "13005",
                        "13006",
                        "13007",
                        "13008",
                        "13009",
                        "13010",
                        "13011",
                        "13012",
                        "13013",
                        "13014",
                        "13015",
                        "13016",
                        "13017",
                        "13018",
                        "17001",
                        "17002",
                        "17003",
                        "17004",
                        "17005",
                        "17006",
                        "17007",
                        "14001",
                        "14002",
                        "14003",
                        "14004",
                        "14005",
                        "14006",
                        "14007",
                        "14008",
                        "14009",
                        "14010",
                        "22001",
                        "19001",
                        "19002",
                        "19003",
                        "19004",
                        "19005",
                        "19006",
                        "19007",
                        "19008",
                        "19009",
                        "20001",
                        "20002",
                        "20003",
                        "20004",
                        "20005",
                        "20006",
                        "20007",
                        "20008",
                        "20009",
                        "20010",
                        "20011",
                        "20012",
                        "20013",
                        "20014",
                        "20015",
                        "20016",
                        "20017",
                        "20018",
                        "20019",
                        "20020",
                        "20021",
                        "20022",
                        "20023",
                        "20023_1",
                        "20024",
                        "15001",
                        "15002",
                        "15003",
                        "0001",
                        "7001",
                        "7002",
                        "7003",
                        "7004",
                        "7005",
                        "11001",
                        "11002",
                        "11003",
                        "11004",
                        "11005",
                        "11006",
                        "11007",
                        "11008",
                        "11009",
                        "11010",
                        "11011",
                        "11012",
                        "11013",
                        "11014",
                        "11015",
                        "4001",
                        "4002",
                        "4003",
                        "4004",
                        "4005",
                        "4006",
                        "4007",
                        "4008",
                        "4009",
                        "4010",
                        "4011",
                        "4012",
                        "4013",
                        "4014",
                        "4015",
                        "4016",
                        "4017",
                        "4018",
                        "4019",
                        "4020",
                        "4021",
                        "4022",
                        "4023",
                        "4024",
                        "4025",
                        "4026",
                        "4027",
                        "4028",
                        "4029",
                        "4030",
                        "4031",
                        "4032",
                        "4033",
                        "4034",
                        "4035",
                        "4036",
                        "4037",
                        "4038",
                        "4039",
                        "4040",
                        "4041",
                        "4042",
                        "4043",
                        "4044",
                        "4045",
                        "4046",
                        "4047",
                        "4048",
                        "4049",
                        "4050",
                        "4051",
                        "4052",
                        "4053",
                        "4054",
                        "4055",
                        "4056",
                        "4057",
                        "4058",
                        "4059",
                        "4060",
                        "4061",
                        "4062",
                        "4063",
                        "4064",
                        "4065",
                        "4066",
                        "4067",
                        "4068",
                        "4069",
                        "4070",
                        "4071",
                        "4072",
                        "4073",
                        "4074",
                        "4075",
                        "4076",
                        "4077",
                        "4078",
                        "4079",
                        "4080",
                        "4081",
                        "4082",
                        "4083",
                        "4084",
                        "4085",
                        "4086",
                        "4087",
                        "4088",
                        "4089",
                        "4090",
                        "4091",
                        "4092",
                        "4093",
                        "4094",
                        "4095",
                        "4096",
                        "4097",
                        "4098",
                        "4099",
                        "8001",
                        "8002",
                        "8003",
                        "8004",
                        "8005",
                        "8006",
                        "8007",
                        "8008",
                        "8009",
                        "9002",
                        "9003",
                        "9001",
                        "9004",
                        "9005",
                        "9006",
                        "9007",
                        "9008",
                        "9009",
                        "9010",
                        "9011",
                        "9012",
                        "9013",
                        "9014",
                        "9015",
                        "9016",
                        "9017",
                        "9018",
                        "9019",
                        "9020",
                        "9021",
                        "9022",
                        "9023",
                        "9024",
                        "9025",
                        "9026",
                        "9027",
                        "9028",
                        "9029",
                        "23001",
                        "23002",
                        "23003",
                        "23004",
                        "23005",
                        "23006",
                        "23007",
                        "23008",
                        "23009",
                        "23010",
                        "23011",
                        "23012",
                        "23013",
                        "23014"
                    ],
                    "required": [
                        "subSector"
                    ]
                }
            }
        },
        "nonEmptyString": {
            "type": "string",
            "pattern": "|(\\s*([\\w\\d_=!@#$%\\^*\\(\\){}\\[\\]\\|\\\\:;',\\.\\?/~`\\-\\+<>&\"][\\s\\w\\d_=!@#$%\\^*\\(\\){}\\[\\]\\|\\\\:;',\\.\\?/~`\\-\\+<>&\"]*)\\s*)"
        },
        "countryCd": {
            "description": "93:AFGHANISTAN; 1001:ÅLAND ISLANDS; 355:ALBANIA; 213:ALGERIA; 684:AMERICAN SAMOA; 376:ANDORRA; 244:ANGOLA; 1264:ANGUILLA; 1010:ANTARCTICA; 1268:ANTIGUA AND BARBUDA; 54:ARGENTINA; 374:ARMENIA; 297:ARUBA; 61:AUSTRALIA; 43:AUSTRIA; 994:AZERBAIJAN; 1242:BAHAMAS; 973:BAHRAIN; 880:BANGLADESH; 1246:BARBADOS; 375:BELARUS; 32:BELGIUM; 501:BELIZE; 229:BENIN; 1441:BERMUDA; 975:BHUTAN; 591:BOLIVIA (PLURINATIONAL STATE OF); 1002:BONAIRE, SINT EUSTATIUS AND SABA; 387:BOSNIA AND HERZEGOVINA; 267:BOTSWANA; 1003:BOUVET ISLAND; 55:BRAZIL; 1014:BRITISH INDIAN OCEAN TERRITORY; 673:BRUNEI DARUSSALAM; 359:BULGARIA; 226: BURKINA FASO; 257:BURUNDI; 238:CABO VERDE; 855:CAMBODIA; 237:CAMEROON; 1:CANADA; 1345:CAYMAN ISLANDS; 236:CENTRAL AFRICAN REPUBLIC; 235:CHAD; 56:CHILE; 86:CHINA; 9:CHRISTMAS ISLAND; 672:COCOS (KEELING) ISLANDS; 57:COLOMBIA; 270:COMOROS; 242:CONGO; 243:CONGO (DEMOCRATIC REPUBLIC OF THE); 682:COOK ISLANDS; 506:COSTA RICA; 225:CÔTE D'IVOIRE; 385:CROATIA; 53:CUBA; 1015:CURAÇAO; 357:CYPRUS; 420:CZECHIA; 45:DENMARK; 253:DJIBOUTI; 1767:DOMINICA; 1809:DOMINICAN REPUBLIC; 593:ECUADOR; 20:EGYPT; 503:EL SALVADOR; 240:EQUATORIAL GUINEA; 291:ERITREA; 372:ESTONIA; 251:ETHIOPIA; 500:FALKLAND ISLANDS (MALVINAS); 298:FAROE ISLANDS; 679:FIJI; 358:FINLAND; 33:FRANCE; 594:FRENCH GUIANA; 689:FRENCH POLYNESIA; 1004:FRENCH SOUTHERN TERRITORIES; 241:GABON; 220:GAMBIA; 995:GEORGIA; 49:GERMANY; 233:GHANA; 350:GIBRALTAR; 30:GREECE; 299:GREENLAND; 1473:GRENADA; 590:GUADELOUPE; 1671:GUAM; 502:GUATEMALA; 1481:GUERNSEY; 224:GUINEA; 245:GUINEA-BISSAU; 592:GUYANA; 509:HAITI; 1005:HEARD ISLAND AND MCDONALD ISLANDS; 6:HOLY SEE; 504:HONDURAS; 852:HONG KONG; 36:HUNGARY; 354:ICELAND; 91:INDIA; 62:INDONESIA; 98:IRAN (ISLAMIC REPUBLIC OF); 964:IRAQ; 353:IRELAND; 1624:ISLE OF MAN; 972:ISRAEL; 5:ITALY; 1876:JAMAICA; 81:JAPAN; 1534:JERSEY; 962:JORDAN; 7:KAZAKHSTAN; 254:KENYA; 686:KIRIBATI; 850:KOREA(DEMOCRATIC PEOPLE'S REPUBLIC OF); 82:KOREA (REPUBLIC OF); 965:KUWAIT; 996:KYRGYZSTAN; 856:LAO PEOPLE'S DEMOCRATIC REPUBLIC; 371:LATVIA; 961:LEBANON; 266:LESOTHO; 231:LIBERIA; 218:LIBYA; 423:LIECHTENSTEIN; 370:LITHUANIA; 352:LUXEMBOURG; 853:MACAO; 389:MACEDONIA(THE FORMER YUGOSLAV REPUBLIC OF); 261:MADAGASCAR; 256:MALAWI; 60:MALAYSIA; 960:MALDIVES; 223:MALI; 356:MALTA; 692:MARSHALL ISLANDS; 596:MARTINIQUE; 222:MAURITANIA; 230:MAURITIUS; 269:MAYOTTE; 52:MEXICO; 691:MICRONESIA (FEDERATED STATES OF); 373:MOLDOVA (REPUBLIC OF); 377:MONACO; 976:MONGOLIA; 382:MONTENEGRO; 1664:MONTSERRAT; 212:MOROCCO; 258:MOZAMBIQUE; 95:MYANMAR; 264:NAMIBIA; 674:NAURU; 977:NEPAL; 31:NETHERLANDS; 687:NEW CALEDONIA; 64:NEW ZEALAND; 505:NICARAGUA; 227:NIGER; 234:NIGERIA; 683:NIUE; 15:NORFOLK ISLAND; 1670:NORTHERN MARIANA ISLANDS; 47:NORWAY; 968:OMAN; 92:PAKISTAN; 680:PALAU; 970:PALESTINE, STATE OF; 507:PANAMA; 675:PAPUA NEW GUINEA; 595:PARAGUAY; 51:PERU; 63:PHILIPPINES; 1011:PITCAIRN; 48:POLAND; 14:PORTUGAL; 1787:PUERTO RICO; 974:QATAR; 262:RÉUNION; 40:ROMANIA; 8:RUSSIAN FEDERATION; 250:RWANDA; 1006:SAINT BARTHÉLEMY; 290: SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA; 1869:SAINT KITTS AND NEVIS; 1758:SAINT LUCIA; 1007:SAINT MARTIN (FRENCH PART); 508:SAINT PIERRE AND MIQUELON; 1784:SAINT VINCENT AND THE GRENADINES; 685:SAMOA; 378:SAN MARINO; 239:SAO TOME AND PRINCIPE; 966:SAUDI ARABIA; 221:SENEGAL; 381:SERBIA; 248:SEYCHELLES; 232:SIERRA LEONE; 65:SINGAPORE; 1721:SINT MAARTEN (DUTCH PART); 421:SLOVAKIA; 386:SLOVENIA; 677:SOLOMON ISLANDS; 252:SOMALIA; 28:SOUTH AFRICA; 1008:SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS; 211:SOUTH SUDAN; 35:SPAIN; 94:SRI LANKA; 249:SUDAN; 597:SURINAME; 1012:SVALBARD AND JAN MAYEN; 268:SWAZILAND; 46:SWEDEN; 41:SWITZERLAND; 963:SYRIAN ARAB REPUBLIC; 886:TAIWAN, PROVINCE OF CHINA[A]; 992:TAJIKISTAN; 255:TANZANIA, UNITED REPUBLIC OF; 66:THAILAND; 670:TIMOR-LESTE (EAST TIMOR); 228:TOGO; 690:TOKELAU; 676:TONGA; 1868:TRINIDAD AND TOBAGO; 216:TUNISIA; 90:TURKEY; 993:TURKMENISTAN; 1649:TURKS AND CAICOS ISLANDS; 688:TUVALU; 256:UGANDA; 380:UKRAINE; 971:UNITED ARAB EMIRATES; 44:UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND; 2:UNITED STATES OF AMERICA; 1009:UNITED STATES MINOR OUTLYING ISLANDS; 598:URUGUAY; 998:UZBEKISTAN; 678:VANUATU; 58:VENEZUELA (BOLIVARIAN REPUBLIC OF); 84:VIET NAM; 1284:VIRGIN ISLANDS (BRITISH); 1340:VIRGIN ISLANDS (U.S.); 681:WALLIS AND FUTUNA; 1013:WESTERN SAHARA; 967:YEMEN; 260:ZAMBIA; 263:ZIMBABWE; 9999:OTHERS",
            "enum": [
                93,
                1001,
                355,
                213,
                684,
                376,
                244,
                1264,
                1010,
                1268,
                54,
                374,
                297,
                61,
                43,
                994,
                1242,
                973,
                880,
                1246,
                375,
                32,
                501,
                229,
                1441,
                975,
                591,
                1002,
                387,
                267,
                1003,
                55,
                1014,
                673,
                359,
                226,
                257,
                238,
                855,
                237,
                1,
                1345,
                236,
                235,
                56,
                86,
                9,
                672,
                57,
                270,
                242,
                243,
                682,
                506,
                225,
                385,
                53,
                1015,
                357,
                420,
                45,
                253,
                1767,
                1809,
                593,
                20,
                503,
                240,
                291,
                372,
                251,
                500,
                298,
                679,
                358,
                33,
                594,
                689,
                1004,
                241,
                220,
                995,
                49,
                233,
                350,
                30,
                299,
                1473,
                590,
                1671,
                502,
                1481,
                224,
                245,
                592,
                509,
                1005,
                6,
                504,
                852,
                36,
                354,
                91,
                62,
                98,
                964,
                353,
                1624,
                972,
                5,
                1876,
                81,
                1534,
                962,
                7,
                254,
                686,
                850,
                82,
                965,
                996,
                856,
                371,
                961,
                266,
                231,
                218,
                423,
                370,
                352,
                853,
                389,
                261,
                265,
                60,
                960,
                223,
                356,
                692,
                596,
                222,
                230,
                269,
                52,
                691,
                373,
                377,
                976,
                382,
                1664,
                212,
                258,
                95,
                264,
                674,
                977,
                31,
                687,
                64,
                505,
                227,
                234,
                683,
                15,
                1670,
                47,
                968,
                92,
                680,
                970,
                507,
                675,
                595,
                51,
                63,
                1011,
                48,
                14,
                1787,
                974,
                262,
                40,
                8,
                250,
                1006,
                290,
                1869,
                1758,
                1007,
                508,
                1784,
                685,
                378,
                239,
                966,
                221,
                381,
                248,
                232,
                65,
                1721,
                421,
                386,
                677,
                252,
                28,
                1008,
                211,
                35,
                94,
                249,
                597,
                1012,
                268,
                46,
                41,
                963,
                886,
                992,
                255,
                66,
                670,
                228,
                690,
                676,
                1868,
                216,
                90,
                993,
                1649,
                688,
                256,
                380,
                971,
                44,
                2,
                1009,
                598,
                998,
                678,
                58,
                84,
                1284,
                1340,
                681,
                1013,
                967,
                260,
                263,
                9999
            ]
        }
    }
}