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

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

The newest version!
{
  "type" : "object",
  "id" : "urn:jsonschema:io:gravitee:am:resource:twilio:TwilioVerifyResourceConfiguration",
  "properties" : {
    "sid": {
      "title": "Service ID",
      "description": "Verification Service ID",
      "type": "string"
    },
    "accountSid": {
      "title": "Account ID",
      "description": "Twilio Account ID",
      "type": "string"
    },
    "authToken": {
      "title": "Authentication Token",
      "description": "Authentication Token linked to your account",
      "type": "string",
      "sensitive": true
    },
    "useSystemProxy": {
      "title": "Use system proxy",
      "description": "Use the system proxy to call Twilio API.",
      "type": "boolean",
      "default": false
    }
  },
  "required": ["sid", "accountSid", "authToken"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy