Webex · Schema

PskObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
psk1 string Specify PSK1.
psk2 string Specify PSK2.
psk3 string Specify PSK3.
psk4 string Specify PSK4.
psk5 string Specify PSK5.
psk6 string Specify PSK6.
psk7 string Specify PSK7.
psk8 string Specify PSK8.
psk9 string Specify PSK9.
psk10 string Specify PSK10.
psk11 string Specify PSK11.
psk12 string Specify PSK12.
psk13 string Specify PSK13.
psk14 string Specify PSK14.
psk15 string Specify PSK15.
psk16 string Specify PSK16.
View JSON Schema on GitHub

JSON Schema

webex-pskobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PskObject",
  "title": "PskObject",
  "type": "object",
  "required": [
    "psk1",
    "psk4"
  ],
  "properties": {
    "psk1": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK1."
    },
    "psk2": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK2."
    },
    "psk3": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK3."
    },
    "psk4": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK4."
    },
    "psk5": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK5."
    },
    "psk6": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK6."
    },
    "psk7": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK7."
    },
    "psk8": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK8."
    },
    "psk9": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK9."
    },
    "psk10": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK10."
    },
    "psk11": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK11."
    },
    "psk12": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK12."
    },
    "psk13": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK13."
    },
    "psk14": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK14."
    },
    "psk15": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK15."
    },
    "psk16": {
      "type": "string",
      "example": "fnc=sd;ext=*11;nme=Call Pull",
      "description": "Specify PSK16."
    }
  }
}