Webex · Schema

FieldRequestBody

Request body containing field references for delete operations.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
references object A map of reference field names to their values.
View JSON Schema on GitHub

JSON Schema

webex-fieldrequestbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldRequestBody",
  "title": "FieldRequestBody",
  "type": "object",
  "description": "Request body containing field references for delete operations.",
  "properties": {
    "references": {
      "type": "object",
      "description": "A map of reference field names to their values.",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}