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