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