All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.schema-form.json Maven / Gradle / Ivy

There is a newer version: 3.21.28
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:am:factor:sms:SMSFactorConfiguration",
  "properties" : {
    "factorType": {
      "title": "Factor Type",
      "description": "Type of the factor",
      "default": "SMS",
      "readOnly": true
    },
    "countryCodes": {
      "title": "Country Codes",
      "description": "Comma separated list of country codes for which a phone number is accepted (ex: fr, us, ...). This is used to control the phone number validity",
      "type" : "string"
    },
    "graviteeResource": {
      "title": "Resource",
      "description": "Resource to send SMS and to verify user code",
      "type" : "string",
      "widget": "graviteeResource"
    }
  },
  "required": ["countryCodes", "graviteeResource"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy