{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Table", "type": "object", "properties": { "id": { "type": "string", "description": "Unique identifier for the table" }, "dbSchema": { "type": "string", "description": "Schema prefix for Standard DataFeeds" }, "name": { "type": "string", "description": "Name of the table" }, "description": { "type": "string", "description": "A description of the table" }, "entitled": { "type": "boolean", "description": "Flag indicating if the user is entitled to access the data in their subscriptions" } } }