Webex · Schema
PasswordPolicyObject
CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| schemas | array | Input JSON schemas. It should contain the following schema: urn:cisco:codev:identity:idbroker:pwdpolicy:schemas:1.0 |
| minimumNumeric | string | Minimum number of numeric characters in password |
| minimumCapAlpha | string | Minimum number of uppercase alphabetic character letters in password |
| minimumLowAlpha | string | Minimum number of lowercase alphabetic character letters in password |
| minimumSpecial | string | Minimum number of special characters included "~!@#$%^&*()-_=+[]{}|;:,.<>/?" in password |
| minimumLength | string | Minimum length of password. Must be between 8 and 256, inclusive. |
| historyCount | string | The number of former passwords in history, the new password can't be any one of them. Must be between 1 and 5, inclusive. |
| maxPasswordAge | string | The password expired time, unit: day, that means user need to change password every "X" days. Must be between 90 and 1825, inclusive. |
| notAcceptableStrings | string | The password can not be any one in this string list. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PasswordPolicyObject",
"title": "PasswordPolicyObject",
"type": "object",
"required": [
"schemas",
"minimumNumeric",
"minimumCapAlpha",
"minimumLowAlpha",
"minimumSpecial",
"minimumLength",
"historyCount",
"maxPasswordAge"
],
"properties": {
"schemas": {
"type": "array",
"items": {
"type": "string",
"example": "urn:cisco:codev:identity:idbroker:pwdpolicy:schemas:1.0"
},
"description": "Input JSON schemas. It should contain the following schema: \n urn:cisco:codev:identity:idbroker:pwdpolicy:schemas:1.0"
},
"minimumNumeric": {
"type": "string",
"example": "",
"description": "Minimum number of numeric characters in password"
},
"minimumCapAlpha": {
"type": "string",
"example": "",
"description": "Minimum number of uppercase alphabetic character letters in password"
},
"minimumLowAlpha": {
"type": "string",
"example": "",
"description": "Minimum number of lowercase alphabetic character letters in password"
},
"minimumSpecial": {
"type": "string",
"example": "",
"description": "Minimum number of special characters included \"~!@#$%^&*()-_=+[]{}|;:,.<>/?\" in password"
},
"minimumLength": {
"type": "string",
"example": "",
"description": "Minimum length of password. Must be between 8 and 256, inclusive."
},
"historyCount": {
"type": "string",
"example": "",
"description": "The number of former passwords in history, the new password can't be any one of them. Must be between 1 and 5, inclusive."
},
"maxPasswordAge": {
"type": "string",
"example": "",
"description": "The password expired time, unit: day, that means user need to change password every \"X\" days. Must be between 90 and 1825, inclusive."
},
"notAcceptableStrings": {
"type": "string",
"example": "",
"description": "The password can not be any one in this string list."
}
}
}
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-passwordpolicyobject"
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.