{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReportCell", "title": "ReportCell", "type": "object", "properties": { "Value": { "type": "string" }, "Attributes": { "type": "array", "items": { "$ref": "#/components/schemas/ReportAttribute" } } } }