{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProfileMappingPropertyPushStatus", "title": "ProfileMappingPropertyPushStatus", "type": "object", "enum": [ "PUSH", "DONT_PUSH" ], "x-okta-tags": [ "ProfileMapping" ] }