Webex · Schema

AttributesObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string The name of the group.
type string The type of the group.
multiValued boolean A boolean value for the group.
description string Description of the group.
required boolean A boolean value for the group.
caseExact boolean A boolean value for the group.
mutability string Mutability of the group.
returned string Returned value of the group.
uniqueness string Uniqueness of the group.
length number This describes the extent or measurement of something from end to end, quantified as 512.
subAttributes array A list of sub-attributes of this group.
size number This refers to the measurement or magnitude of an object, entity, or dataset, quantified as 500.
canonicalValues array A list of canonical values of this group.
View JSON Schema on GitHub

JSON Schema

webex-attributesobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttributesObject",
  "title": "AttributesObject",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "id",
      "description": "The name of the group."
    },
    "type": {
      "type": "string",
      "example": "String",
      "description": "The type of the group."
    },
    "multiValued": {
      "type": "boolean",
      "description": "A boolean value for the group."
    },
    "description": {
      "type": "string",
      "example": "A unique identifier of this Group resource defined by the service provider.",
      "description": "Description of the group."
    },
    "required": {
      "type": "boolean",
      "description": "A boolean value for the group."
    },
    "caseExact": {
      "type": "boolean",
      "example": true,
      "description": "A boolean value for the group."
    },
    "mutability": {
      "type": "string",
      "example": "ReadOnly",
      "description": "Mutability of the group."
    },
    "returned": {
      "type": "string",
      "example": "Default",
      "description": "Returned value of the group."
    },
    "uniqueness": {
      "type": "string",
      "example": "Global",
      "description": "Uniqueness of the group."
    },
    "length": {
      "type": "number",
      "example": 512,
      "description": "This describes the extent or measurement of something from end to end, quantified as 512."
    },
    "subAttributes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SubAttributesObject"
      },
      "description": "A list of sub-attributes of this group."
    },
    "size": {
      "type": "number",
      "example": 500,
      "description": "This refers to the measurement or magnitude of an object, entity, or dataset, quantified as 500."
    },
    "canonicalValues": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CanonicalValuesObject"
      },
      "description": "A list of canonical values of this group."
    }
  }
}