Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: schema with right indent
Browse files Browse the repository at this point in the history
leonard-henriquez committed Dec 10, 2023
1 parent f3bfa19 commit 1fbd988
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/io.silverton/buz/internal/config/app/v1.0.json
Original file line number Diff line number Diff line change
@@ -52,6 +52,11 @@
"type": "boolean",
"default": false,
"description": "Whether or not to run buz in serverless mode"
},
"schemaRoute": {
"type": "string",
"default": "/schemas/",
"description": "Alternate route for the schemas"
}
},
"additionalProperties": false,

0 comments on commit 1fbd988

Please sign in to comment.