{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableCodeInfo", "type": "object", "properties": { "dataItemIsCode": { "type": "boolean", "description": "Flag indicating if the field is represented as a code in Standard DataFeeds" }, "codeFieldId": { "type": "string", "description": "Unique identifier for the code" }, "codeString": { "type": "string", "description": "String value for the code as it appears in Standard DataFeeds" } } }