{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DataSourceColumnReference", "type": "object", "description": "An unique identifier that references a data source column.", "properties": { "name": { "type": "string", "description": "The display name of the column." } } }