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