Webex · Schema
ProfileViewAttributeRequestModel
Create or Update Attribute of a ProfileViewTemplate
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| displayName | string | displayName |
| version | string | version |
| event | string | event |
| metaDataType | string | metaDataType |
| metaData | string | metaData |
| limit | integer | limit |
| lookBackDurationType | string | lookBackDurationType |
| lookBackPeriod | integer | lookBackPeriod |
| aggregationMode | string | aggregationMode |
| verbose | boolean | verbose |
| widgetAttributes | object | |
| rules | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProfileViewAttributeRequestModel",
"title": "ProfileViewAttributeRequestModel",
"required": [
"aggregationMode",
"displayName",
"event",
"limit",
"lookBackDurationType",
"lookBackPeriod",
"metaData",
"metaDataType",
"verbose",
"version"
],
"type": "object",
"properties": {
"displayName": {
"type": "string",
"description": "displayName",
"example": "Name"
},
"version": {
"type": "string",
"description": "version",
"example": "1.1"
},
"event": {
"type": "string",
"description": "event",
"example": "task:new"
},
"metaDataType": {
"type": "string",
"description": "metaDataType",
"example": "string"
},
"metaData": {
"type": "string",
"description": "metaData",
"example": "origin"
},
"limit": {
"minimum": 0,
"type": "integer",
"description": "limit",
"format": "int32",
"example": 30
},
"lookBackDurationType": {
"type": "string",
"description": "lookBackDurationType",
"example": "days"
},
"lookBackPeriod": {
"minimum": 1,
"type": "integer",
"description": "lookBackPeriod",
"format": "int32",
"example": 10
},
"aggregationMode": {
"type": "string",
"description": "aggregationMode",
"example": "Count"
},
"verbose": {
"type": "boolean",
"description": "verbose",
"example": true
},
"widgetAttributes": {
"$ref": "#/components/schemas/WidgetAttributesRequestModel"
},
"rules": {
"$ref": "#/components/schemas/Rules"
}
},
"description": "Create or Update Attribute of a ProfileViewTemplate"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-profileviewattributerequestmodel"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.