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