Webex · Schema

Meta

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
created string The date and time the contact was created.
lastModified string The date and time the contact was last changed.
View JSON Schema on GitHub

JSON Schema

webex-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Meta",
  "title": "Meta",
  "type": "object",
  "properties": {
    "created": {
      "type": "string",
      "example": "2022-04-29T13:06:26.831Z",
      "description": "The date and time the contact was created."
    },
    "lastModified": {
      "type": "string",
      "example": "2022-05-29T13:06:26.831Z",
      "description": "The date and time the contact was last changed."
    }
  }
}