{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PasswordSettingObject", "title": "PasswordSettingObject", "type": "object", "properties": { "change": { "$ref": "#/components/schemas/ChangeEnum" }, "seed": { "$ref": "#/components/schemas/SeedEnum" }, "status": { "$ref": "#/components/schemas/EnabledStatus" } }, "x-okta-tags": [ "Application" ] }