We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d93860 commit 72b9da9Copy full SHA for 72b9da9
schemas/dab.draft.schema.json
@@ -806,7 +806,7 @@
806
"name": { "type": "string", "description": "Database column name." },
807
"alias": { "type": "string", "description": "Exposed name for the field." },
808
"description": { "type": "string", "description": "Field description." },
809
- "primary-key": { "type": "boolean", "description": "Is this field a primary key?" }
+ "primary-key": { "type": "boolean", "description": "Indicates whether this field is a primary key." }
810
},
811
"required": ["name"]
812
0 commit comments