description: '' format_extension: null is_fileset: false schema: $schema: https://json-schema.org/draft/2020-12/schema type: object properties: password: type: string description: password or api token default: '' subdomain: type: string description: '' default: '' username: type: string description: email or "{email}/token" if using an api token default: '' required: - username - subdomain - password