{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UsageEntryList", "title": "UsageEntryList", "type": "array", "description": "A list of UsageEntry objects.", "items": { "$ref": "#/components/schemas/UsageEntry" } }