Skip to content

Commit

Permalink
Merge pull request #188 from Sanketika-Obsrv/minio
Browse files Browse the repository at this point in the history
Sanketika-obsrv/issue-tracker: #OBS-139: added extra fields to schema
  • Loading branch information
HarishGangula authored Jun 18, 2024
2 parents 21e3ce7 + f97231a commit de7edf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,12 @@
"dataset_config": {
"type": "object",
"properties": {
"mergedEvent": {
"type": "object"
},
"configurations": {
"type": "object"
},
"data_key": {
"type": "string"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@
"timestamp_key": {
"type": "string"
},
"mergedEvent": {
"type": "object"
},
"configurations": {
"type": "object"
},
"file_upload_path": {
"type": "array",
"items": {
Expand Down

0 comments on commit de7edf1

Please sign in to comment.