Skip to content

Commit e307740

Browse files
nickofthymejoehan
andauthoredJan 30, 2025··
Add schemaValidation to dataconnect-yaml.json (#8143)
* Add `schemaValidation` to `dataconnect-yaml.json` Updates `dataconnect-yaml.json` adding `schemaValidation` property to the `$schema` definition. * fix missing comma --------- Co-authored-by: joehan <joehanley@google.com>
1 parent c0226eb commit e307740

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎schema/dataconnect-yaml.json

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
"instanceId": {
1818
"type": "string",
1919
"description": "The ID of the CloudSQL instance for this database"
20+
},
21+
"schemaValidation": {
22+
"type": "string",
23+
"enum": ["COMPATIBLE", "STRICT"],
24+
"description": "Schema validation mode for schema migrations"
2025
}
2126
}
2227
}

0 commit comments

Comments
 (0)
Please sign in to comment.