Skip to content

Commit

Permalink
remove empty excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
eyadmba committed Apr 17, 2024
1 parent 2b0dbf1 commit b864f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/schemas/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"type": "string"
}
},
"required": [],
"excludes": []
"required": []
}
]
}
3 changes: 1 addition & 2 deletions src/schemas/Secret.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
{
"properties": {},
"required": [],
"excludes": []
"required": []
}
]
}
3 changes: 1 addition & 2 deletions src/schemas/Task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
},
{
"properties": {},
"required": [],
"excludes": []
"required": []
}
]
}

0 comments on commit b864f11

Please sign in to comment.