Skip to content

Commit

Permalink
Sanketika-Obsrv/issue-tracker#234: fix: schema changes in update api
Browse files Browse the repository at this point in the history
  • Loading branch information
JeraldJF committed Jun 7, 2024
1 parent 2e86a64 commit 3a6586b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
"type": "object",
"minProperties": 1
},
"required": {
"type": "array"
},
"additionalProperties": {
"type": "boolean"
}
Expand Down Expand Up @@ -230,13 +233,13 @@
"type": "string",
"minLength": 1
},
"exclude_fields": {
"type": "array"
},
"redis_db_host": {
"type": "string",
"minLength": 1
},
"exclude_fields": {
"type": "array"
},
"redis_db_port": {
"type": "integer"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@
"type": "string"
},
"timestamp_key": {
"type": "string",
"minLength": 1
"type": "string"
},
"file_upload_path": {
"type": "array",
Expand Down

0 comments on commit 3a6586b

Please sign in to comment.