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