ApiSchemas
IdentityScopePattern
One shape from the contract, as it appears on the wire.
Used by apiKeys.create, apiKeys.list, apiKeys.revoke, apiKeys.update
JSON Schema
{
"type": "string",
"pattern": "^(\\*|[a-z][a-z0-9_]{0,31}(:(\\*|.{1,255}))?)$"
}