You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ As such the extension does not validate Collection summaries.
66
66
| ------------- | --------- | ----------- |
67
67
| osc:type| string |**REQUIRED.** The underlying type of this resource. Either `"project"` or `"product"`. This field then defines what other fields are allowed and required. |
68
68
| osc:name| string | The descriptive name. Can be distinct from `title` or `id`, but is available for historic reasons. |
69
-
| osc:status| string |**REQUIRED.** This field details whether the project or product has already been completed (`"completed"`) or whether it is still ongoing (`"ongoing"`). |
69
+
| osc:status| string |**REQUIRED.** This field details whether the project or product is `planned`, `ongoing`, or has been `completed`. |
70
70
| osc:project| string |**REQUIRED (for products).** The name of the project the product is associated with. |
71
71
| osc:region| string | The name of the geographic region the project or product is dealing with if any, e.g `"Arctic"` or `"Agulhas"`. |
72
72
| osc:variables|\[string]| The names of the variables the product is observing, e.g `"Wind stress"` or `"Geomagnetic field"`. |
0 commit comments