Skip to content

Commit

Permalink
Merge pull request #301 from Exabyte-io/update/SOF-7161
Browse files Browse the repository at this point in the history
SOF-7161: remove required fileds from object-storage-container-data
  • Loading branch information
timurbazhirov authored Feb 21, 2024
2 parents 5b96044 + 2f9f63e commit 667c49e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 14 deletions.
8 changes: 1 addition & 7 deletions schema/core/reusable/object_storage_container_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@
"description": "Unix timestamp showing when the file was last modified",
"type": "string"
}
},
"required": [
"CONTAINER",
"NAME",
"PROVIDER",
"REGION"
]
}
}
3 changes: 2 additions & 1 deletion schema/workflow/unit/io/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"required": [
"endpoint",
"endpoint_options"
]
],
"additionalProperties": true
}
6 changes: 4 additions & 2 deletions schema/workflow/unit/io/db.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"required": [
"ids"
]
],
"additionalProperties": true
},
{
"properties": {
Expand All @@ -33,7 +34,8 @@
"required": [
"collection",
"draft"
]
],
"additionalProperties": true
}
]
}
6 changes: 3 additions & 3 deletions schema/workflow/unit/io/object_storage.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"required": [
"objectData",
"basename"
]
"objectData"
],
"additionalProperties": true
}
2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/schemas.py

Large diffs are not rendered by default.

0 comments on commit 667c49e

Please sign in to comment.