{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordDictionary", "title": "PasswordDictionary", "type": "object", "properties": { "common": { "$ref": "#/components/schemas/PasswordDictionaryCommon" } }, "x-okta-tags": [ "Policy" ] }