{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateGuardianFactorsProviderPushNotificationFcmRequestContent", "title": "UpdateGuardianFactorsProviderPushNotificationFcmRequestContent", "type": "object", "additionalProperties": false, "properties": { "server_key": { "type": [ "string", "null" ], "minLength": 1, "maxLength": 152 } } }