Skip to content

Commit bc79400

Browse files
committed
no required fields
1 parent aebad50 commit bc79400

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ with a STAC Item. This extension does not cover NFS solutions provided by PaaS
2424
| storage:min_tier_duration | integer | number of days for the shortest time tier restriction on access of an asset. |
2525
| storage:max_tier_duration | integer | number of days for the longest time tier restrictions on access of an asset. |
2626
| storage:archived | bool | descriptor for whether the data is "properly" archived according to implementers discretion |
27-
| storage:platform | string | (REQUIRED) The [cloud provider](#providers) where data is stored |
28-
| storage:region | string | (REQUIRED) The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider) |
27+
| storage:platform | string | The [cloud provider](#providers) where data is stored |
28+
| storage:region | string | The region where the data is stored. Relevant to speed of access and inter region egress costs (as defined by PaaS provider) |
2929
| storage:bucket | string | The bucket for the asset(s), used along with object path |
3030
| storage:object_path | string | The object_path for the asset, used along with bucket |
3131
| storage:requester_pays | bool | Is the data requester pays or is it data manager/cloud provider pays. *Defaults to false* |

json-schema/schema.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
"allOf": [
2323
{
2424
"$comment": "Require fields here for item properties.",
25-
"required": [
26-
"storage:platform",
27-
"storage:region"
28-
]
25+
"required": []
2926
},
3027
{
3128
"$ref": "#/definitions/fields"

0 commit comments

Comments
 (0)