Webex · Schema

CallerReputationProviderUnlockRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Unique identifier for the reputation provider.
View JSON Schema on GitHub

JSON Schema

webex-callerreputationproviderunlockrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallerReputationProviderUnlockRequest",
  "title": "CallerReputationProviderUnlockRequest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the reputation provider.",
      "example": "provider-123"
    }
  },
  "required": [
    "id"
  ],
  "example": {
    "id": "provider-123"
  }
}