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: 4.6.0-alpha.2
Show newest version
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:am:factor:email:EmailFactorConfiguration",
  "properties" : {
    "factorType": {
      "title": "Factor Type",
      "description": "Type of the factor",
      "default": "EMAIL",
      "readOnly": true
    },
    "graviteeResource": {
      "title": "Resource",
      "description": "Resource to send Email and to verify user code",
      "type" : "string"
    },
    "returnDigits": {
      "title": "Number of digits",
      "description": "Number of digits the user needs to enter",
      "type": "integer",
      "default": 6,
      "enum": [6, 8, 10]
    }
  },
  "required": ["graviteeResource", "returnDigits"]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy