Skip to content

Commit 72b9da9

Browse files
committed
Description fix
1 parent 2d93860 commit 72b9da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/dab.draft.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@
806806
"name": { "type": "string", "description": "Database column name." },
807807
"alias": { "type": "string", "description": "Exposed name for the field." },
808808
"description": { "type": "string", "description": "Field description." },
809-
"primary-key": { "type": "boolean", "description": "Is this field a primary key?" }
809+
"primary-key": { "type": "boolean", "description": "Indicates whether this field is a primary key." }
810810
},
811811
"required": ["name"]
812812
},

0 commit comments

Comments
 (0)