schemas.schema-form.json Maven / Gradle / Ivy
{
"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 - 2025 Weber Informatics LLC | Privacy Policy