WorkOS · Schema

RadarListEntryAlreadyPresentResponse

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
message string A message indicating the entry already exists.
View JSON Schema on GitHub

JSON Schema

workos-radarlistentryalreadypresentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RadarListEntryAlreadyPresentResponse",
  "title": "RadarListEntryAlreadyPresentResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "A message indicating the entry already exists.",
      "example": "Entry already present in list"
    }
  },
  "required": [
    "message"
  ]
}