{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DatasetUsage", "title": "DatasetUsage", "type": "object", "properties": { "organization_usage": { "type": "integer", "description": "The total dataset usage in bytes for the organization." } } }