Skip to content

Commit

Permalink
Add schemaValidation to dataconnect-yaml.json (#8143)
Browse files Browse the repository at this point in the history
* Add `schemaValidation` to `dataconnect-yaml.json`

Updates `dataconnect-yaml.json` adding `schemaValidation` property to the `$schema` definition.

* fix missing comma

---------

Co-authored-by: joehan <[email protected]>
  • Loading branch information
nickofthyme and joehan authored Jan 30, 2025
1 parent c0226eb commit e307740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schema/dataconnect-yaml.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"instanceId": {
"type": "string",
"description": "The ID of the CloudSQL instance for this database"
},
"schemaValidation": {
"type": "string",
"enum": ["COMPATIBLE", "STRICT"],
"description": "Schema validation mode for schema migrations"
}
}
}
Expand Down

0 comments on commit e307740

Please sign in to comment.