{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Table", "type": "object", "properties": { "tableHeaders": { "type": "array" }, "tableRows": { "type": "array" }, "tableFooters": { "type": "array" } } }