{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ViewColumn",
"type": "object",
"description": "A column specifier in the view",
"properties": {
"name": {
"type": "string",
"description": "Column name"
},
"comment": {
"type": "string",
"description": "Specifies a comment for the column"
},
"datatype": {
"type": "string",
"description": "The data type for the column"
}
}
}