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: src/types/collection.graphql
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ type Collection {
68
68
"Describes the language used in the preparation, storage, and description of the collection. It is the language of the collection data themselves. It does not refer to the language used in the metadata record (although this may be the same language)."
69
69
dataLanguage: String
70
70
71
+
"The Data Maturity element is used to inform users on where the collection is in a collection's life cycle."
72
+
dataMaturity: String
73
+
71
74
"This element allows end users to get direct access to data products that are stored in the Amazon Web Service (AWS) S3 buckets. The sub elements include S3 credentials end point and a documentation URL as well as bucket prefix names and an AWS region."
"The File Naming Convention refers to the naming convention of the data set's (Collection's) data files along with a description of the granule file construction."
90
+
fileNamingConvention: JSON
91
+
86
92
"An array containing all of the different formats of the underlying data of a collection."
87
93
nativeDataFormats: [String]
88
94
@@ -131,6 +137,9 @@ type Collection {
131
137
"Spatial coverage of the collection."
132
138
lines: [String]
133
139
140
+
"Provides additional or provider defined identifiers of the collection."
141
+
otherIdentifiers: JSON
142
+
134
143
"Controlled hierarchical keywords used to specify the spatial location of the collection. The controlled vocabulary for spatial keywords is maintained in the Keyword Management System (KMS). The Spatial Keyword hierarchy includes one or more of the following layers: Category (e.g., Continent), Type (e.g. Africa), Subregion1 (e.g., Central Africa), Subregion2 (e.g., Cameroon), and Subregion3. DetailedLocation exists outside the hierarchy."
0 commit comments