SerenAI

Pay Per Call Agentic Commerce

OrganizationOtpScopePolicy

Properties

PropertyTypeRequiredDescription
scope OrganizationOtpScope Yes
verification_ttl any No
View JSON Schema
{
  "type": "object",
  "required": [
    "scope"
  ],
  "properties": {
    "scope": {
      "$ref": "#/components/schemas/OrganizationOtpScope"
    },
    "verification_ttl": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/OrganizationOtpVerificationTtl"
        }
      ]
    }
  }
}