Skip to content

Commit

Permalink
Update database_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 21, 2023
1 parent 3ed28a1 commit d326db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions databases/database_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#", "type": "object",
"properties": {
"name": { "type": "string", "required": true },
"path": { "type": "string", "required": true },
Expand Down

0 comments on commit d326db7

Please sign in to comment.