Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 2cde57a

Browse files
Testing adding custom schema attributes for the UI
1 parent c3950bd commit 2cde57a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

AdventureWorks/.json-schemas/tables.schema

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"type": "string"
99
},
1010
"CompressionType": {
11-
"type": "string"
11+
"type": "string",
12+
"description": "DROPDOWN:MyLookup1",
13+
"title": "DROPDOWN:MyLookup1",
14+
"default": "DROPDOWN:MyLookup1",
15+
"examples": ["DROPDOWN:MyLookup1"]
1216
},
1317
"IsTemporal": {
1418
"type": "boolean"

0 commit comments

Comments
 (0)