Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed May 24, 2024
1 parent 66575f3 commit 8e72321
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions json/models/Search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Search",
"definitions": {
"Search": {
"additionalProperties": true,
"type": "object",
"title": "Search"
}
}
}

0 comments on commit 8e72321

Please sign in to comment.