{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/auto-collection-configuration-request", "title": "Auto Collection Configuration Request", "type": "object", "properties": { "auto_collection_enabled": { "type": "boolean", "description": "If auto collection is enabled for this account" } }, "required": [] }