Okta · Schema

UserSchemaAttributeItems

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
enum array
oneOf array
type string
View JSON Schema on GitHub

JSON Schema

okta-userschemaattributeitems-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserSchemaAttributeItems",
  "title": "UserSchemaAttributeItems",
  "type": "object",
  "properties": {
    "enum": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "oneOf": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserSchemaAttributeEnum"
      }
    },
    "type": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "UserSchema"
  ]
}