{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "RankedTable", "type": "object", "properties": { "headers": { "type": "array" }, "rows": { "type": "array" } } }