Skip to content

Commit

Permalink
Merge pull request #181 from Sanketika-Obsrv/#234api-integration
Browse files Browse the repository at this point in the history
Sanketika-Obsrv/issue-tracker#234: fix: schema changes in update api
  • Loading branch information
HarishGangula authored Jun 7, 2024
2 parents 2e86a64 + 3a6586b commit f01e454
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 f01e454

Please sign in to comment.