{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SetGuardianFactorsProviderPushNotificationResponseContent", "title": "SetGuardianFactorsProviderPushNotificationResponseContent", "type": "object", "additionalProperties": false, "properties": { "provider": { "$ref": "#/components/schemas/GuardianFactorsProviderPushNotificationProviderDataEnum" } } }