Skip to content

Commit

Permalink
Add $id, title and description
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Rico <[email protected]>
  • Loading branch information
SferaDev committed Nov 30, 2023
1 parent a1d83ff commit 0230f50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$id": "https://raw.githubusercontent.com/xataio/pgroll/main/schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "JSON Schema for pgroll migrations",
"description": "This JSON schema defines the structure and properties of pgroll migrations.",
"allOf": [{ "$ref": "#/$defs/PgRollMigration" }],
"$defs": {
"CheckConstraint": {
Expand Down

0 comments on commit 0230f50

Please sign in to comment.