Skip to content

Commit d2d7c52

Browse files
committed
remove date_stored, redundant with asset created/updated, resolves #6
1 parent c679a25 commit d2d7c52

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ with a STAC Item. This extension does not cover NFS solutions provided by PaaS
3636
| storage:requester_pays | bool | Is the data requester pays or is it data manager/cloud provider pays. *Defaults to false* |
3737
| storage:tier | string | The title for the tier type (as defined by PaaS provider) |
3838
| storage:tier_duration | integer | Minimum storage duration (in days) required before additional fees |
39-
| storage:date_stored | string | Date and time the corresponding asset placed into the current storage tier (relevant for tier_duration > 0). Format is RFC 3339. |
4039
| storage:first_byte_latency | string | approximate time unit (milliseconds, minutes or hours) for accessing first byte of data |
4140

4241
### Additional Field Information

json-schema/schema.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
"title": "Tier",
7474
"type": "string"
7575
},
76-
"storage:date_stored": {
77-
"title": "Date Stored",
78-
"type": "string",
79-
"format": "date-time"
80-
},
8176
"storage:min_tier_duration": {
8277
"title": "Minimum Duration for Tier",
8378
"type": "integer",

0 commit comments

Comments
 (0)