{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableCodeFieldInfoResponse", "type": "object", "properties": { "fields": { "type": "array" }, "entitled": { "type": "boolean" } } }