{
    "title": "International telepehone number component",
    "name": "IntTelNumberSelector",
    "description": "Config for international telephone number component",
    "type": "object",
    "properties": {
        "IntTelNumberSelector": {
            "type": "object",
            "properties": {
                "Options": {
                    "properties": {
                        "initialCountry": {
                            "type": "string"
                        },
                        "preferredCountries": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "onlyCountries": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        },
                        "seperateDialCode": {
                            "type": "boolean"
                        }
                    }
                }
            }
        }
    }
}
