{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/1password/refs/heads/main/json-structure/1password-partnership-update-account-request-structure.json", "name": "UpdateAccountRequest", "description": "The request body for updating a partner billing account.", "type": "object", "properties": { "ends_at": { "type": "datetime", "description": "The date and time to schedule removal of the customer's billing account from the partner billing service. ISO 8601 format." } } }