diff --git a/search/search_index.json b/search/search_index.json
index 88f4871..afd1a54 100755
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"hsmodels hsmodels is a Python module that facilitates working with HydroShare content type metadata in an object oriented way. This library uses Pydantic to represent HydroShare content type metadata as objects.","title":"hsmodels"},{"location":"#hsmodels","text":"hsmodels is a Python module that facilitates working with HydroShare content type metadata in an object oriented way. This library uses Pydantic to represent HydroShare content type metadata as objects.","title":"hsmodels"},{"location":"CSVFileMetadata/","text":"CSV File Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null tableSchema : An object containing metadata for the CSV file content type. All of : Refer to #/definitions/CSVTableSchema . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"CSV\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . CSVColumnSchema (object) : A class used to represent the metadata associated with a CSV column. column_number (integer, required) : The column number of a column in the CSV file. Exclusive minimum: 0 . title : The title of of a column in the CSV file. Default: null . Any of string null description : The description of a column in the CSV file. Default: null . Any of string null datatype (string, required) : The datatype of a column in the CSV file. Must be one of: [\"string\", \"number\", \"datetime\", \"boolean\"] . CSVColumnsSchema (object) : A class used to represent the metadata associated with all columns of a CSV file. columns (array, required) : A list of objects containing metadata for each of the columns in the CSV file. Items : Refer to #/definitions/CSVColumnSchema . CSVTableSchema (object) : A class used to represent the metadata associated with a CSV file. rows (integer, required) : The number of data rows in the CSV file. Exclusive minimum: 0 . delimiter (string, required) : The delimiter used in the CSV file. Must be one of: [\",\", \";\", \"\\t\"] . table : An object containing metadata for all columns in the CSV file. All of : Refer to #/definitions/CSVColumnsSchema . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"CSV File Aggregation Metadata"},{"location":"CSVFileMetadata/#csv-file-aggregation-metadata","text":"","title":"CSV File Aggregation Metadata"},{"location":"CSVFileMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null tableSchema : An object containing metadata for the CSV file content type. All of : Refer to #/definitions/CSVTableSchema . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"CSV\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"CSVFileMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . CSVColumnSchema (object) : A class used to represent the metadata associated with a CSV column. column_number (integer, required) : The column number of a column in the CSV file. Exclusive minimum: 0 . title : The title of of a column in the CSV file. Default: null . Any of string null description : The description of a column in the CSV file. Default: null . Any of string null datatype (string, required) : The datatype of a column in the CSV file. Must be one of: [\"string\", \"number\", \"datetime\", \"boolean\"] . CSVColumnsSchema (object) : A class used to represent the metadata associated with all columns of a CSV file. columns (array, required) : A list of objects containing metadata for each of the columns in the CSV file. Items : Refer to #/definitions/CSVColumnSchema . CSVTableSchema (object) : A class used to represent the metadata associated with a CSV file. rows (integer, required) : The number of data rows in the CSV file. Exclusive minimum: 0 . delimiter (string, required) : The delimiter used in the CSV file. Must be one of: [\",\", \";\", \"\\t\"] . table : An object containing metadata for all columns in the CSV file. All of : Refer to #/definitions/CSVColumnsSchema . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"FileSetMetadata/","text":"File Set Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"FileSet\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"File Set Aggregation Metadata"},{"location":"FileSetMetadata/#file-set-aggregation-metadata","text":"","title":"File Set Aggregation Metadata"},{"location":"FileSetMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"FileSet\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"FileSetMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"GeographicFeatureMetadata/","text":"Geographic Feature Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null field_information (array) : A list of objects containing information about the fields in the dataset attribute table. Default: [] . Items : Refer to #/definitions/FieldInformation . geometry_information : An object containing information about the geometry of the features in the dataset. All of : Refer to #/definitions/GeometryInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoFeature\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . FieldInformation (object) : A class used to represent the metadata associated with a field in the attribute table for a geographic feature aggregation. field_name (string, required) : A string containing the name of the attribute table field. field_type (string, required) : A string containing the data type of the values in the field. field_type_code : A string value containing a code that indicates the field type. Default: null . Any of string null field_width : An integer value containing the width of the attribute field. Default: null . Any of integer null field_precision : An integer value containing the precision of the attribute field. Default: null . Any of integer null GeometryInformation (object) : A class used to represent the metadata associated with the geometry of a geographic feature aggregation. feature_count (integer) : An integer containing the number of features in the geographic feature aggregation. Default: 0 . geometry_type (string, required) : A string containing the type of features in the geographic feature aggregation. PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Geographic Feature Aggregation Metadata"},{"location":"GeographicFeatureMetadata/#geographic-feature-aggregation-metadata","text":"","title":"Geographic Feature Aggregation Metadata"},{"location":"GeographicFeatureMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null field_information (array) : A list of objects containing information about the fields in the dataset attribute table. Default: [] . Items : Refer to #/definitions/FieldInformation . geometry_information : An object containing information about the geometry of the features in the dataset. All of : Refer to #/definitions/GeometryInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoFeature\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"GeographicFeatureMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . FieldInformation (object) : A class used to represent the metadata associated with a field in the attribute table for a geographic feature aggregation. field_name (string, required) : A string containing the name of the attribute table field. field_type (string, required) : A string containing the data type of the values in the field. field_type_code : A string value containing a code that indicates the field type. Default: null . Any of string null field_width : An integer value containing the width of the attribute field. Default: null . Any of integer null field_precision : An integer value containing the precision of the attribute field. Default: null . Any of integer null GeometryInformation (object) : A class used to represent the metadata associated with the geometry of a geographic feature aggregation. feature_count (integer) : An integer containing the number of features in the geographic feature aggregation. Default: 0 . geometry_type (string, required) : A string containing the type of features in the geographic feature aggregation. PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"GeographicRasterMetadata/","text":"Geographic Raster Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null band_information : An object containing information about the bands contained in the raster dataset. All of : Refer to #/definitions/BandInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . cell_information : An object containing information about the raster grid cells. All of : Refer to #/definitions/CellInformation . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoRaster\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BandInformation (object) : A class used to represent the metadata associated with the raster bands of a geographic raster aggregation. name (string, required) : A string containing the name of the raster band. variable_name : A string containing the name of the variable represented by the raster band. Default: null . Any of string null variable_unit : A string containing the units for the raster band variable. Default: null . Any of string null no_data_value : A string containing the numeric nodata value for the raster band. Default: null . Any of string null maximum_value : A string containing the maximum numeric value for the raster band. Default: null . Any of string null comment : A string containing a comment about the raster band. Default: null . Any of string null method : A string containing a description of the method used to create the raster band data. Default: null . Any of string null minimum_value : A string containing the minimum numerica value for the raster dataset. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . CellInformation (object) : A class used to represent the metadata associated with raster grid cells in geographic raster aggregations. name (string) : Name of the cell information. Default: null . rows (integer) : The integer number of rows in the raster dataset. Default: null . columns (integer) : The integer number of columns in the raster dataset. Default: null . cell_size_x_value (number) : The size of the raster grid cell in the x-direction expressed as a float. Default: null . cell_data_type (string) : The data type of the raster grid cell values. Default: null . cell_size_y_value (number) : The size of the raster grid cell in the y-direction expressed as a float. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Geographic Raster Aggregation Metadata"},{"location":"GeographicRasterMetadata/#geographic-raster-aggregation-metadata","text":"","title":"Geographic Raster Aggregation Metadata"},{"location":"GeographicRasterMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null band_information : An object containing information about the bands contained in the raster dataset. All of : Refer to #/definitions/BandInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . cell_information : An object containing information about the raster grid cells. All of : Refer to #/definitions/CellInformation . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoRaster\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"GeographicRasterMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BandInformation (object) : A class used to represent the metadata associated with the raster bands of a geographic raster aggregation. name (string, required) : A string containing the name of the raster band. variable_name : A string containing the name of the variable represented by the raster band. Default: null . Any of string null variable_unit : A string containing the units for the raster band variable. Default: null . Any of string null no_data_value : A string containing the numeric nodata value for the raster band. Default: null . Any of string null maximum_value : A string containing the maximum numeric value for the raster band. Default: null . Any of string null comment : A string containing a comment about the raster band. Default: null . Any of string null method : A string containing a description of the method used to create the raster band data. Default: null . Any of string null minimum_value : A string containing the minimum numerica value for the raster dataset. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . CellInformation (object) : A class used to represent the metadata associated with raster grid cells in geographic raster aggregations. name (string) : Name of the cell information. Default: null . rows (integer) : The integer number of rows in the raster dataset. Default: null . columns (integer) : The integer number of columns in the raster dataset. Default: null . cell_size_x_value (number) : The size of the raster grid cell in the x-direction expressed as a float. Default: null . cell_data_type (string) : The data type of the raster grid cell values. Default: null . cell_size_y_value (number) : The size of the raster grid cell in the y-direction expressed as a float. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"MultidimensionalMetadata/","text":"Multidimensional Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . variables (array) : A list containing information about the variables for which data are stored in the dataset. Default: [] . Items : Refer to #/definitions/Variable . spatial_reference : An object containing spatial reference information for the dataset. Default: null . All of : Refer to #/definitions/MultidimensionalBoxSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"NetCDF\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . MultidimensionalBoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a multidimensional aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. Variable (object) : A class used to represent the metadata associated with a variable contained within a multidimensional aggregation. name (string, required) : A string containing the name of the variable. unit (string, required) : A string containing the units in which the values for the variable are expressed. type : The data type of the values for the variable. All of : Refer to #/definitions/VariableType . shape (string, required) : A string containing the shape of the variable expressed as a list of dimensions. descriptive_name : A string containing a descriptive name for the variable. Default: null . Any of string null method : A string containing a description of the method used to create the values for the variable. Default: null . Any of string null missing_value : A string containing the value used to indicate missing values for the variable. Default: null . Any of string null VariableType (string) : Must be one of: [\"Char\", \"Byte\", \"Short\", \"Int\", \"Float\", \"Double\", \"Int64\", \"Unsigned Byte\", \"Unsigned Short\", \"Unsigned Int\", \"Unsigned Int64\", \"String\", \"User Defined Type\", \"Unknown\"] .","title":"Multidimensional Aggregation Metadata"},{"location":"MultidimensionalMetadata/#multidimensional-aggregation-metadata","text":"","title":"Multidimensional Aggregation Metadata"},{"location":"MultidimensionalMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . variables (array) : A list containing information about the variables for which data are stored in the dataset. Default: [] . Items : Refer to #/definitions/Variable . spatial_reference : An object containing spatial reference information for the dataset. Default: null . All of : Refer to #/definitions/MultidimensionalBoxSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"NetCDF\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"MultidimensionalMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . MultidimensionalBoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a multidimensional aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. Variable (object) : A class used to represent the metadata associated with a variable contained within a multidimensional aggregation. name (string, required) : A string containing the name of the variable. unit (string, required) : A string containing the units in which the values for the variable are expressed. type : The data type of the values for the variable. All of : Refer to #/definitions/VariableType . shape (string, required) : A string containing the shape of the variable expressed as a list of dimensions. descriptive_name : A string containing a descriptive name for the variable. Default: null . Any of string null method : A string containing a description of the method used to create the values for the variable. Default: null . Any of string null missing_value : A string containing the value used to indicate missing values for the variable. Default: null . Any of string null VariableType (string) : Must be one of: [\"Char\", \"Byte\", \"Short\", \"Int\", \"Float\", \"Double\", \"Int64\", \"Unsigned Byte\", \"Unsigned Short\", \"Unsigned Int\", \"Unsigned Int64\", \"String\", \"User Defined Type\", \"Unknown\"] .","title":"Definitions"},{"location":"ReferencedTimeSeriesMetadata/","text":"Referenced Time Series Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"RefTimeseries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Referenced Time Series Aggregation Metadata"},{"location":"ReferencedTimeSeriesMetadata/#referenced-time-series-aggregation-metadata","text":"","title":"Referenced Time Series Aggregation Metadata"},{"location":"ReferencedTimeSeriesMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"RefTimeseries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"ReferencedTimeSeriesMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"ResourceMetadata/","text":"Resource Metadata Properties title (string) : A string containing the name given to a resource. abstract (string) : A string containing a summary of a resource. Default: null . language (string) : A 3-character string for the language in which the metadata and content of a resource are expressed. Default: \"eng\" . subjects (array) : A list of keyword strings expressing the topic of a resource. Default: [] . Items (string) creators (array) : A list of Creator objects indicating the entities responsible for creating a resource. Default: [] . Items : Refer to #/definitions/Creator . contributors (array) : A list of Contributor objects indicating the entities that contributed to a resource. Default: [] . Items : Refer to #/definitions/Contributor . relations (array) : A list of Relation objects representing resources related to a described resource. Default: [] . Items : Refer to #/definitions/Relation . additional_metadata (array) : A dictionary containing key-value pair metadata associated with a resource. Items (object) : A key-value pair. Default: [] . key (string) value (string) rights : An object containing information about rights held in an over a resource. All of : Refer to #/definitions/Rights . awards (array) : A list of objects containing information about the funding agencies and awards associated with a resource. Default: [] . Items : Refer to #/definitions/AwardInfo . spatial_coverage : An object containing information about the spatial topic of a resource, the spatial applicability of a resource, or jurisdiction under with a resource is relevant. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing information about the temporal topic or applicability of a resource. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null publisher : An object containing information about the publisher of a resource. Default: null . All of : Refer to #/definitions/Publisher . citation (string) : A string containing the biblilographic citation for a resource. Default: null . url (string) : An object containing the URL for a resource. identifier (string) : An object containing the URL-encoded unique identifier for a resource. created (string) : A datetime object containing the instant associated with when a resource was created. modified (string) : A datetime object containing the instant associated with when a resource was last modified. review_started (string) : A datetime object containing the instant associated with when metadata review started on a resource. Default: null . published (string) : A datetime object containing the instant associated with when a resource was published. Default: null . type (string) : An object containing a URL that points to the HydroShare resource type selected from the hsterms namespace. Must be one of: [\"CompositeResource\"] . Default: \"CompositeResource\" . Definitions AwardInfo (object) : A class used to represent the metadata associated with funding agency credits for a resource. funding_agency_name (string, required) : A string containing the name of the funding agency or organization. title : A string containing the title of the project or award. Default: null . Any of string null number : A string containing the award number or other identifier. Default: null . Any of string null funding_agency_url : An object containing a URL pointing to a website describing the funding award. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . Contributor (object) : A class used to represent the metadata associated with a contributor to a resource. name (string) : A string containing the name of the contributor. Default: null . phone : A string containing a phone number for the contributor. Default: null . Any of string null address : A string containing an address for the contributor. Default: null . Any of string null organization : A string containing the name of the organization with which the contributor is affiliated. Default: null . Any of string null email : A string containing an email address for the contributor. Default: null . Any of string null homepage : An object containing the URL for website associated with the contributor. Default: null . Any of string null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identiers for the contributor. Can contain additional properties. Default: {} . Additional Properties (string) Creator (object) : A class used to represent the metadata associated with a creator of a resource. name (string) : A string containing the name of the creator. Default: null . phone : A string containing a phone number for the creator. Default: null . Any of string null address : A string containing an address for the creator. Default: null . Any of string null organization : A string containing the name of the organization with which the creator is affiliated. Default: null . Any of string null email : A string containing an email address for the creator. Default: null . Any of string null homepage : An object containing the URL for website associated with the creator. Default: null . Any of string null creator_order : An integer to order creators. Default: null . Any of integer null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identifiers for the creator. Can contain additional properties. Default: {} . Additional Properties (string) PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Publisher (object) : A class used to represent the metadata associated with the publisher of a resource. name (string, required) : A string containing the name of the publisher. url (string, required) : An object containing a URL that points to the publisher website. Relation (object) : A class used to represent the metadata associated with a resource related to the resource being described. type : The type of relationship with the related resource. All of : Refer to #/definitions/RelationType . value (string, required) : String expressing the Full text citation, URL link for, or description of the related resource. RelationType (string) : Must be one of: [\"The content of this resource is part of\", \"This resource includes\", \"The content of this resource can be executed by\", \"The content of this resource was created by a related App or software program\", \"This resource updates and replaces a previous version\", \"This resource has been replaced by a newer version\", \"This resource is described by\", \"This resource conforms to established standard described by\", \"This resource has a related resource in another format\", \"This resource is a different format of\", \"This resource is required by\", \"This resource requires\", \"This resource is referenced by\", \"The content of this resource references\", \"This resource replaces\", \"The content of this resource is derived from\", \"The content of this resource is similar to\"] . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Resource Metadata"},{"location":"ResourceMetadata/#resource-metadata","text":"","title":"Resource Metadata"},{"location":"ResourceMetadata/#properties","text":"title (string) : A string containing the name given to a resource. abstract (string) : A string containing a summary of a resource. Default: null . language (string) : A 3-character string for the language in which the metadata and content of a resource are expressed. Default: \"eng\" . subjects (array) : A list of keyword strings expressing the topic of a resource. Default: [] . Items (string) creators (array) : A list of Creator objects indicating the entities responsible for creating a resource. Default: [] . Items : Refer to #/definitions/Creator . contributors (array) : A list of Contributor objects indicating the entities that contributed to a resource. Default: [] . Items : Refer to #/definitions/Contributor . relations (array) : A list of Relation objects representing resources related to a described resource. Default: [] . Items : Refer to #/definitions/Relation . additional_metadata (array) : A dictionary containing key-value pair metadata associated with a resource. Items (object) : A key-value pair. Default: [] . key (string) value (string) rights : An object containing information about rights held in an over a resource. All of : Refer to #/definitions/Rights . awards (array) : A list of objects containing information about the funding agencies and awards associated with a resource. Default: [] . Items : Refer to #/definitions/AwardInfo . spatial_coverage : An object containing information about the spatial topic of a resource, the spatial applicability of a resource, or jurisdiction under with a resource is relevant. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing information about the temporal topic or applicability of a resource. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null publisher : An object containing information about the publisher of a resource. Default: null . All of : Refer to #/definitions/Publisher . citation (string) : A string containing the biblilographic citation for a resource. Default: null . url (string) : An object containing the URL for a resource. identifier (string) : An object containing the URL-encoded unique identifier for a resource. created (string) : A datetime object containing the instant associated with when a resource was created. modified (string) : A datetime object containing the instant associated with when a resource was last modified. review_started (string) : A datetime object containing the instant associated with when metadata review started on a resource. Default: null . published (string) : A datetime object containing the instant associated with when a resource was published. Default: null . type (string) : An object containing a URL that points to the HydroShare resource type selected from the hsterms namespace. Must be one of: [\"CompositeResource\"] . Default: \"CompositeResource\" .","title":"Properties"},{"location":"ResourceMetadata/#definitions","text":"AwardInfo (object) : A class used to represent the metadata associated with funding agency credits for a resource. funding_agency_name (string, required) : A string containing the name of the funding agency or organization. title : A string containing the title of the project or award. Default: null . Any of string null number : A string containing the award number or other identifier. Default: null . Any of string null funding_agency_url : An object containing a URL pointing to a website describing the funding award. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . Contributor (object) : A class used to represent the metadata associated with a contributor to a resource. name (string) : A string containing the name of the contributor. Default: null . phone : A string containing a phone number for the contributor. Default: null . Any of string null address : A string containing an address for the contributor. Default: null . Any of string null organization : A string containing the name of the organization with which the contributor is affiliated. Default: null . Any of string null email : A string containing an email address for the contributor. Default: null . Any of string null homepage : An object containing the URL for website associated with the contributor. Default: null . Any of string null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identiers for the contributor. Can contain additional properties. Default: {} . Additional Properties (string) Creator (object) : A class used to represent the metadata associated with a creator of a resource. name (string) : A string containing the name of the creator. Default: null . phone : A string containing a phone number for the creator. Default: null . Any of string null address : A string containing an address for the creator. Default: null . Any of string null organization : A string containing the name of the organization with which the creator is affiliated. Default: null . Any of string null email : A string containing an email address for the creator. Default: null . Any of string null homepage : An object containing the URL for website associated with the creator. Default: null . Any of string null creator_order : An integer to order creators. Default: null . Any of integer null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identifiers for the creator. Can contain additional properties. Default: {} . Additional Properties (string) PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Publisher (object) : A class used to represent the metadata associated with the publisher of a resource. name (string, required) : A string containing the name of the publisher. url (string, required) : An object containing a URL that points to the publisher website. Relation (object) : A class used to represent the metadata associated with a resource related to the resource being described. type : The type of relationship with the related resource. All of : Refer to #/definitions/RelationType . value (string, required) : String expressing the Full text citation, URL link for, or description of the related resource. RelationType (string) : Must be one of: [\"The content of this resource is part of\", \"This resource includes\", \"The content of this resource can be executed by\", \"The content of this resource was created by a related App or software program\", \"This resource updates and replaces a previous version\", \"This resource has been replaced by a newer version\", \"This resource is described by\", \"This resource conforms to established standard described by\", \"This resource has a related resource in another format\", \"This resource is a different format of\", \"This resource is required by\", \"This resource requires\", \"This resource is referenced by\", \"The content of this resource references\", \"This resource replaces\", \"The content of this resource is derived from\", \"The content of this resource is similar to\"] . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"SingleFileMetadata/","text":"Single File Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"Generic\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Single File Aggregation Metadata"},{"location":"SingleFileMetadata/#single-file-aggregation-metadata","text":"","title":"Single File Aggregation Metadata"},{"location":"SingleFileMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"Generic\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"SingleFileMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"TimeSeriesMetadata/","text":"Time Series Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . time_series_results (array) : A list of time series results contained within the time series aggregation. Default: [] . Items : Refer to #/definitions/TimeSeriesResult . abstract : A string containing a summary of a aggregation. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"TimeSeries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. ProcessingLevel (object) : A class used to represent the metadata associated with a processing level contained within a time series aggregation. processing_level_code (string, required) : A string containing a short but meaningful code identifying the processing level. definition : A string containing a description of the processing level. Default: null . Any of string null explanation : A string containing a more extensive explanation of the meaning of the processing level. Default: null . Any of string null Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. TimeSeriesMethod (object) : A class used to represent the metadata associated with a method contained within a time series aggregation. method_code (string, required) : A string containing a short but meaningful code identifying the method. method_name (string, required) : A string containing the name of the method. method_type (string, required) : A string containing the method type from the ODM2 Method Type controlled vocabulary. method_description : A string containing a detailed description of the method. Default: null . Any of string null method_link : An object containing a URL that points to a website having a detailed description of the method. Default: null . Any of string null TimeSeriesResult (object) : A class used to represent the metadata associated with a time series result within a time series aggregation. series_id (string, required) : A string containing a unique identifier for the time series result. unit : An object containing the units in which the values of the time series are expressed. Default: null . All of : Refer to #/definitions/Unit . status : A string containing the status of the time series result chosen from the ODM2 Status controlled vocabulary. Default: null . Any of string null sample_medium (string, required) : A string containing the sample medium in which the time series result was measured chosen from the ODM2 Medium controlled vocabulary. value_count (integer, required) : An integer value containing the number of data values contained within the time series result. aggregation_statistic (string, required) : A string containing the aggregation statistic associated with the values of the time series result chosen from the ODM2 Aggregation Statistic controlled vocabulary. series_label (string) : A string containing a label for the time series result. Default: null . site : An object containing metadata about the site at which the time series result was created. All of : Refer to #/definitions/TimeSeriesSite . variable : An object containing metadata about the observed variable associated with the time series result values. All of : Refer to #/definitions/TimeSeriesVariable . method : An object containing metadata about the method used to produce the time series result values. All of : Refer to #/definitions/TimeSeriesMethod . processing_level : An object containing metadata about the processing level or level of quality control to which the time series result values have been subjected. All of : Refer to #/definitions/ProcessingLevel . utc_offset : A floating point value that represents the time offset from UTC time in hours associated with the time series result value timestamps. Default: null . Any of number null TimeSeriesSite (object) : A class used to represent the metadata associated with a site contained within a time series aggregation. site_code (string, required) : A string containing a short but meaningful code identifying the site. site_name : A string containing the name of the site. Default: null . Any of string null elevation_m : A floating point number expressing the elevation of the site in meters. Default: null . Any of number null elevation_datum : A string expressing the elevation datum used from the ODM2 Elevation Datum controlled vocabulary. Default: null . Any of string null site_type : A string containing the type of site from the ODM2 Sampling Feature Type controlled vocabulary . Default: null . Any of string null latitude : A floating point value expressing the latitude coordinate of the site. Default: null . Any of number null longitude : A floating point value expressing the longitude coordinate of the site. Default: null . Any of number null TimeSeriesVariable (object) : A class used to represent the metadata associated with a variable contained within a time series aggregation. variable_code (string, required) : A string containing a short but meaningful code that identifies a variable. variable_name (string, required) : A string containing the name of the variable. variable_type (string, required) : A string containing the type of variable from the ODM2 VariableType controlled vocabulary. no_data_value (integer, required) : The NoData value for the variable. variable_definition : A string containing a detailed description of the variable. Default: null . Any of string null speciation : A string containing the speciation for the variable from the ODM2 Speciation control vocabulary. Default: null . Any of string null Unit (object) : A class used to represent the metadata associated with a dimensional unit within a time series aggregation. type (string, required) : A string containing the type of unit from the ODM2 Units Type controlled vocabulary. name (string, required) : A string containing the name of the unit from the ODM2 units list. abbreviation (string, required) : A string containing an abbreviation for the unit from the ODM2 units list.","title":"Time Series Aggregation Metadata"},{"location":"TimeSeriesMetadata/#time-series-aggregation-metadata","text":"","title":"Time Series Aggregation Metadata"},{"location":"TimeSeriesMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . time_series_results (array) : A list of time series results contained within the time series aggregation. Default: [] . Items : Refer to #/definitions/TimeSeriesResult . abstract : A string containing a summary of a aggregation. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"TimeSeries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"TimeSeriesMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. ProcessingLevel (object) : A class used to represent the metadata associated with a processing level contained within a time series aggregation. processing_level_code (string, required) : A string containing a short but meaningful code identifying the processing level. definition : A string containing a description of the processing level. Default: null . Any of string null explanation : A string containing a more extensive explanation of the meaning of the processing level. Default: null . Any of string null Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. TimeSeriesMethod (object) : A class used to represent the metadata associated with a method contained within a time series aggregation. method_code (string, required) : A string containing a short but meaningful code identifying the method. method_name (string, required) : A string containing the name of the method. method_type (string, required) : A string containing the method type from the ODM2 Method Type controlled vocabulary. method_description : A string containing a detailed description of the method. Default: null . Any of string null method_link : An object containing a URL that points to a website having a detailed description of the method. Default: null . Any of string null TimeSeriesResult (object) : A class used to represent the metadata associated with a time series result within a time series aggregation. series_id (string, required) : A string containing a unique identifier for the time series result. unit : An object containing the units in which the values of the time series are expressed. Default: null . All of : Refer to #/definitions/Unit . status : A string containing the status of the time series result chosen from the ODM2 Status controlled vocabulary. Default: null . Any of string null sample_medium (string, required) : A string containing the sample medium in which the time series result was measured chosen from the ODM2 Medium controlled vocabulary. value_count (integer, required) : An integer value containing the number of data values contained within the time series result. aggregation_statistic (string, required) : A string containing the aggregation statistic associated with the values of the time series result chosen from the ODM2 Aggregation Statistic controlled vocabulary. series_label (string) : A string containing a label for the time series result. Default: null . site : An object containing metadata about the site at which the time series result was created. All of : Refer to #/definitions/TimeSeriesSite . variable : An object containing metadata about the observed variable associated with the time series result values. All of : Refer to #/definitions/TimeSeriesVariable . method : An object containing metadata about the method used to produce the time series result values. All of : Refer to #/definitions/TimeSeriesMethod . processing_level : An object containing metadata about the processing level or level of quality control to which the time series result values have been subjected. All of : Refer to #/definitions/ProcessingLevel . utc_offset : A floating point value that represents the time offset from UTC time in hours associated with the time series result value timestamps. Default: null . Any of number null TimeSeriesSite (object) : A class used to represent the metadata associated with a site contained within a time series aggregation. site_code (string, required) : A string containing a short but meaningful code identifying the site. site_name : A string containing the name of the site. Default: null . Any of string null elevation_m : A floating point number expressing the elevation of the site in meters. Default: null . Any of number null elevation_datum : A string expressing the elevation datum used from the ODM2 Elevation Datum controlled vocabulary. Default: null . Any of string null site_type : A string containing the type of site from the ODM2 Sampling Feature Type controlled vocabulary . Default: null . Any of string null latitude : A floating point value expressing the latitude coordinate of the site. Default: null . Any of number null longitude : A floating point value expressing the longitude coordinate of the site. Default: null . Any of number null TimeSeriesVariable (object) : A class used to represent the metadata associated with a variable contained within a time series aggregation. variable_code (string, required) : A string containing a short but meaningful code that identifies a variable. variable_name (string, required) : A string containing the name of the variable. variable_type (string, required) : A string containing the type of variable from the ODM2 VariableType controlled vocabulary. no_data_value (integer, required) : The NoData value for the variable. variable_definition : A string containing a detailed description of the variable. Default: null . Any of string null speciation : A string containing the speciation for the variable from the ODM2 Speciation control vocabulary. Default: null . Any of string null Unit (object) : A class used to represent the metadata associated with a dimensional unit within a time series aggregation. type (string, required) : A string containing the type of unit from the ODM2 Units Type controlled vocabulary. name (string, required) : A string containing the name of the unit from the ODM2 units list. abbreviation (string, required) : A string containing an abbreviation for the unit from the ODM2 units list.","title":"Definitions"}]}
\ No newline at end of file
+{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"hsmodels hsmodels is a Python module that facilitates working with HydroShare content type metadata in an object oriented way. This library uses Pydantic to represent HydroShare content type metadata as objects.","title":"hsmodels"},{"location":"#hsmodels","text":"hsmodels is a Python module that facilitates working with HydroShare content type metadata in an object oriented way. This library uses Pydantic to represent HydroShare content type metadata as objects.","title":"hsmodels"},{"location":"CSVFileMetadata/","text":"CSV File Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null tableSchema : An object containing metadata for the CSV file content type. All of : Refer to #/definitions/CSVTableSchema . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"CSV\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . CSVColumnSchema (object) : A class used to represent the metadata associated with a CSV column. column_number (integer, required) : The column number of a column in the CSV file. Exclusive minimum: 0 . title : The title of of a column in the CSV file. Default: null . Any of string null description : The description of a column in the CSV file. Default: null . Any of string null datatype (string, required) : The datatype of a column in the CSV file. Must be one of: [\"string\", \"number\", \"datetime\", \"boolean\"] . CSVColumnsSchema (object) : A class used to represent the metadata associated with all columns of a CSV file. columns (array, required) : A list of objects containing metadata for each of the columns in the CSV file. Items : Refer to #/definitions/CSVColumnSchema . CSVTableSchema (object) : A class used to represent the metadata associated with a CSV file. rows (integer, required) : The number of data rows in the CSV file. Exclusive minimum: 0 . delimiter (string, required) : The delimiter used in the CSV file. Must be one of: [\",\", \";\", \"\\t\"] . table : An object containing metadata for all columns in the CSV file. All of : Refer to #/definitions/CSVColumnsSchema . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"CSV File Aggregation Metadata"},{"location":"CSVFileMetadata/#csv-file-aggregation-metadata","text":"","title":"CSV File Aggregation Metadata"},{"location":"CSVFileMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null tableSchema : An object containing metadata for the CSV file content type. All of : Refer to #/definitions/CSVTableSchema . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"CSV\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"CSVFileMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . CSVColumnSchema (object) : A class used to represent the metadata associated with a CSV column. column_number (integer, required) : The column number of a column in the CSV file. Exclusive minimum: 0 . title : The title of of a column in the CSV file. Default: null . Any of string null description : The description of a column in the CSV file. Default: null . Any of string null datatype (string, required) : The datatype of a column in the CSV file. Must be one of: [\"string\", \"number\", \"datetime\", \"boolean\"] . CSVColumnsSchema (object) : A class used to represent the metadata associated with all columns of a CSV file. columns (array, required) : A list of objects containing metadata for each of the columns in the CSV file. Items : Refer to #/definitions/CSVColumnSchema . CSVTableSchema (object) : A class used to represent the metadata associated with a CSV file. rows (integer, required) : The number of data rows in the CSV file. Exclusive minimum: 0 . delimiter (string, required) : The delimiter used in the CSV file. Must be one of: [\",\", \";\", \"\\t\"] . table : An object containing metadata for all columns in the CSV file. All of : Refer to #/definitions/CSVColumnsSchema . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"FileSetMetadata/","text":"File Set Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"FileSet\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"File Set Aggregation Metadata"},{"location":"FileSetMetadata/#file-set-aggregation-metadata","text":"","title":"File Set Aggregation Metadata"},{"location":"FileSetMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"FileSet\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"FileSetMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"GeographicFeatureMetadata/","text":"Geographic Feature Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null field_information (array) : A list of objects containing information about the fields in the dataset attribute table. Default: [] . Items : Refer to #/definitions/FieldInformation . geometry_information : An object containing information about the geometry of the features in the dataset. All of : Refer to #/definitions/GeometryInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoFeature\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . FieldInformation (object) : A class used to represent the metadata associated with a field in the attribute table for a geographic feature aggregation. field_name (string, required) : A string containing the name of the attribute table field. field_type (string, required) : A string containing the data type of the values in the field. field_type_code : A string value containing a code that indicates the field type. Default: null . Any of string null field_width : An integer value containing the width of the attribute field. Default: null . Any of integer null field_precision : An integer value containing the precision of the attribute field. Default: null . Any of integer null GeometryInformation (object) : A class used to represent the metadata associated with the geometry of a geographic feature aggregation. feature_count (integer) : An integer containing the number of features in the geographic feature aggregation. Default: 0 . geometry_type (string, required) : A string containing the type of features in the geographic feature aggregation. PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Geographic Feature Aggregation Metadata"},{"location":"GeographicFeatureMetadata/#geographic-feature-aggregation-metadata","text":"","title":"Geographic Feature Aggregation Metadata"},{"location":"GeographicFeatureMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null field_information (array) : A list of objects containing information about the fields in the dataset attribute table. Default: [] . Items : Refer to #/definitions/FieldInformation . geometry_information : An object containing information about the geometry of the features in the dataset. All of : Refer to #/definitions/GeometryInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoFeature\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"GeographicFeatureMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . FieldInformation (object) : A class used to represent the metadata associated with a field in the attribute table for a geographic feature aggregation. field_name (string, required) : A string containing the name of the attribute table field. field_type (string, required) : A string containing the data type of the values in the field. field_type_code : A string value containing a code that indicates the field type. Default: null . Any of string null field_width : An integer value containing the width of the attribute field. Default: null . Any of integer null field_precision : An integer value containing the precision of the attribute field. Default: null . Any of integer null GeometryInformation (object) : A class used to represent the metadata associated with the geometry of a geographic feature aggregation. feature_count (integer) : An integer containing the number of features in the geographic feature aggregation. Default: 0 . geometry_type (string, required) : A string containing the type of features in the geographic feature aggregation. PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"GeographicRasterMetadata/","text":"Geographic Raster Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null band_information : An object containing information about the bands contained in the raster dataset. All of : Refer to #/definitions/BandInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . cell_information : An object containing information about the raster grid cells. All of : Refer to #/definitions/CellInformation . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoRaster\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BandInformation (object) : A class used to represent the metadata associated with the raster bands of a geographic raster aggregation. name (string, required) : A string containing the name of the raster band. variable_name : A string containing the name of the variable represented by the raster band. Default: null . Any of string null variable_unit : A string containing the units for the raster band variable. Default: null . Any of string null no_data_value : A string containing the numeric nodata value for the raster band. Default: null . Any of string null maximum_value : A string containing the maximum numeric value for the raster band. Default: null . Any of string null comment : A string containing a comment about the raster band. Default: null . Any of string null method : A string containing a description of the method used to create the raster band data. Default: null . Any of string null minimum_value : A string containing the minimum numerica value for the raster dataset. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . CellInformation (object) : A class used to represent the metadata associated with raster grid cells in geographic raster aggregations. name (string) : Name of the cell information. Default: null . rows (integer) : The integer number of rows in the raster dataset. Default: null . columns (integer) : The integer number of columns in the raster dataset. Default: null . cell_size_x_value (number) : The size of the raster grid cell in the x-direction expressed as a float. Default: null . cell_data_type (string) : The data type of the raster grid cell values. Default: null . cell_size_y_value (number) : The size of the raster grid cell in the y-direction expressed as a float. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Geographic Raster Aggregation Metadata"},{"location":"GeographicRasterMetadata/#geographic-raster-aggregation-metadata","text":"","title":"Geographic Raster Aggregation Metadata"},{"location":"GeographicRasterMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null band_information : An object containing information about the bands contained in the raster dataset. All of : Refer to #/definitions/BandInformation . spatial_reference : An object containing spatial reference information for the dataset. Default: null . Any of : Refer to #/definitions/BoxSpatialReference . : Refer to #/definitions/PointSpatialReference . cell_information : An object containing information about the raster grid cells. All of : Refer to #/definitions/CellInformation . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"GeoRaster\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"GeographicRasterMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BandInformation (object) : A class used to represent the metadata associated with the raster bands of a geographic raster aggregation. name (string, required) : A string containing the name of the raster band. variable_name : A string containing the name of the variable represented by the raster band. Default: null . Any of string null variable_unit : A string containing the units for the raster band variable. Default: null . Any of string null no_data_value : A string containing the numeric nodata value for the raster band. Default: null . Any of string null maximum_value : A string containing the maximum numeric value for the raster band. Default: null . Any of string null comment : A string containing a comment about the raster band. Default: null . Any of string null method : A string containing a description of the method used to create the raster band data. Default: null . Any of string null minimum_value : A string containing the minimum numerica value for the raster dataset. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . BoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . CellInformation (object) : A class used to represent the metadata associated with raster grid cells in geographic raster aggregations. name (string) : Name of the cell information. Default: null . rows (integer) : The integer number of rows in the raster dataset. Default: null . columns (integer) : The integer number of columns in the raster dataset. Default: null . cell_size_x_value (number) : The size of the raster grid cell in the x-direction expressed as a float. Default: null . cell_data_type (string) : The data type of the raster grid cell values. Default: null . cell_size_y_value (number) : The size of the raster grid cell in the y-direction expressed as a float. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. PointSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a geographic feature or raster aggregation expressed as a point. type (string) : A string containing the type of spatial reference. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. north (number, required) : The coordinate of the point location measured in the north direction. units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : A string containing the name of the coordinate system used by the spatial reference. projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"ModelInstanceMetadata/","text":"Model Instance Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null includes_model_output (boolean) : Indicates whether model output files are included in the aggregation. executed_by : A URL to the Model Program that can be used to execute this model instance. Default: null . Any of string null program_schema_json : A URL to the JSON metadata schema for the related model program. Default: null . Any of string null program_schema_json_values : A URL to a JSON file containing the metadata values conforming to the JSON metadata schema for the related model program. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"ModelInstance\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Model Instance Aggregation Metadata"},{"location":"ModelInstanceMetadata/#model-instance-aggregation-metadata","text":"","title":"Model Instance Aggregation Metadata"},{"location":"ModelInstanceMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null includes_model_output (boolean) : Indicates whether model output files are included in the aggregation. executed_by : A URL to the Model Program that can be used to execute this model instance. Default: null . Any of string null program_schema_json : A URL to the JSON metadata schema for the related model program. Default: null . Any of string null program_schema_json_values : A URL to a JSON file containing the metadata values conforming to the JSON metadata schema for the related model program. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"ModelInstance\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"ModelInstanceMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"ModelProgramMetadata/","text":"Model Program Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null version : The software version or build number of the model. Default: null . Any of string null programming_languages (array) : The programming languages that the model is written in. Length must be at most 100. Default: [] . Items (string) operating_systems (array) : Compatible operating systems to setup and run the model. Length must be at most 100. Default: [] . Items (string) release_date : The date that this version of the model was released. Default: null . Any of string null website : A URL to a website describing the model that is maintained by the model developers. Default: null . Any of string null code_repository : A URL to the source code repository for the model code (e.g., git, mercurial, svn, etc.). Default: null . Any of string null file_types (array) : File types used by the model program. Default: [] . Items : Refer to #/definitions/ModelProgramFile . program_schema_json : A url to the JSON metadata schema for the model program. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"ModelProgram\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . ModelProgramFile (object) : A class used to represent the metadata associated with a file used by a model program aggregation. type : The type of the file used by the model program. All of : Refer to #/definitions/ModelProgramFileType . url (string, required) : The url of the file used by the model program. ModelProgramFileType (string) : Must be one of: [\"https://www.hydroshare.org/terms/modelReleaseNotes\", \"https://www.hydroshare.org/terms/modelDocumentation\", \"https://www.hydroshare.org/terms/modelSoftware\", \"https://www.hydroshare.org/terms/modelEngine\"] . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Model Program Aggregation Metadata"},{"location":"ModelProgramMetadata/#model-program-aggregation-metadata","text":"","title":"Model Program Aggregation Metadata"},{"location":"ModelProgramMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null version : The software version or build number of the model. Default: null . Any of string null programming_languages (array) : The programming languages that the model is written in. Length must be at most 100. Default: [] . Items (string) operating_systems (array) : Compatible operating systems to setup and run the model. Length must be at most 100. Default: [] . Items (string) release_date : The date that this version of the model was released. Default: null . Any of string null website : A URL to a website describing the model that is maintained by the model developers. Default: null . Any of string null code_repository : A URL to the source code repository for the model code (e.g., git, mercurial, svn, etc.). Default: null . Any of string null file_types (array) : File types used by the model program. Default: [] . Items : Refer to #/definitions/ModelProgramFile . program_schema_json : A url to the JSON metadata schema for the model program. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"ModelProgram\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"ModelProgramMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . ModelProgramFile (object) : A class used to represent the metadata associated with a file used by a model program aggregation. type : The type of the file used by the model program. All of : Refer to #/definitions/ModelProgramFileType . url (string, required) : The url of the file used by the model program. ModelProgramFileType (string) : Must be one of: [\"https://www.hydroshare.org/terms/modelReleaseNotes\", \"https://www.hydroshare.org/terms/modelDocumentation\", \"https://www.hydroshare.org/terms/modelSoftware\", \"https://www.hydroshare.org/terms/modelEngine\"] . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"MultidimensionalMetadata/","text":"Multidimensional Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . variables (array) : A list containing information about the variables for which data are stored in the dataset. Default: [] . Items : Refer to #/definitions/Variable . spatial_reference : An object containing spatial reference information for the dataset. Default: null . All of : Refer to #/definitions/MultidimensionalBoxSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"NetCDF\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . MultidimensionalBoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a multidimensional aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. Variable (object) : A class used to represent the metadata associated with a variable contained within a multidimensional aggregation. name (string, required) : A string containing the name of the variable. unit (string, required) : A string containing the units in which the values for the variable are expressed. type : The data type of the values for the variable. All of : Refer to #/definitions/VariableType . shape (string, required) : A string containing the shape of the variable expressed as a list of dimensions. descriptive_name : A string containing a descriptive name for the variable. Default: null . Any of string null method : A string containing a description of the method used to create the values for the variable. Default: null . Any of string null missing_value : A string containing the value used to indicate missing values for the variable. Default: null . Any of string null VariableType (string) : Must be one of: [\"Char\", \"Byte\", \"Short\", \"Int\", \"Float\", \"Double\", \"Int64\", \"Unsigned Byte\", \"Unsigned Short\", \"Unsigned Int\", \"Unsigned Int64\", \"String\", \"User Defined Type\", \"Unknown\"] .","title":"Multidimensional Aggregation Metadata"},{"location":"MultidimensionalMetadata/#multidimensional-aggregation-metadata","text":"","title":"Multidimensional Aggregation Metadata"},{"location":"MultidimensionalMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . variables (array) : A list containing information about the variables for which data are stored in the dataset. Default: [] . Items : Refer to #/definitions/Variable . spatial_reference : An object containing spatial reference information for the dataset. Default: null . All of : Refer to #/definitions/MultidimensionalBoxSpatialReference . type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"NetCDF\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"MultidimensionalMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . MultidimensionalBoxSpatialReference (object) : A class used to represent the metadata associated with the spatial reference of a multidimensional aggregation expressed as a bounding box. type (string) : A string containing the type of spatial reference. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the spatial reference. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the coordinate system used by the spatial reference. Default: null . projection_string (string, required) : A string containing an encoding of the coordinate system parameters. projection_string_type (string) : A string containing a description of the type of encoding for the projection string. Default: null . datum (string) : A string containing the name of the datum used by the coordinate system. Default: null . projection_name (string) : A string containing the name of the coordinate system. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. Variable (object) : A class used to represent the metadata associated with a variable contained within a multidimensional aggregation. name (string, required) : A string containing the name of the variable. unit (string, required) : A string containing the units in which the values for the variable are expressed. type : The data type of the values for the variable. All of : Refer to #/definitions/VariableType . shape (string, required) : A string containing the shape of the variable expressed as a list of dimensions. descriptive_name : A string containing a descriptive name for the variable. Default: null . Any of string null method : A string containing a description of the method used to create the values for the variable. Default: null . Any of string null missing_value : A string containing the value used to indicate missing values for the variable. Default: null . Any of string null VariableType (string) : Must be one of: [\"Char\", \"Byte\", \"Short\", \"Int\", \"Float\", \"Double\", \"Int64\", \"Unsigned Byte\", \"Unsigned Short\", \"Unsigned Int\", \"Unsigned Int64\", \"String\", \"User Defined Type\", \"Unknown\"] .","title":"Definitions"},{"location":"ReferencedTimeSeriesMetadata/","text":"Referenced Time Series Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"RefTimeseries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Referenced Time Series Aggregation Metadata"},{"location":"ReferencedTimeSeriesMetadata/#referenced-time-series-aggregation-metadata","text":"","title":"Referenced Time Series Aggregation Metadata"},{"location":"ReferencedTimeSeriesMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"RefTimeseries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"ReferencedTimeSeriesMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"ResourceMetadata/","text":"Resource Metadata Properties title (string) : A string containing the name given to a resource. abstract (string) : A string containing a summary of a resource. Default: null . language (string) : A 3-character string for the language in which the metadata and content of a resource are expressed. Default: \"eng\" . subjects (array) : A list of keyword strings expressing the topic of a resource. Default: [] . Items (string) creators (array) : A list of Creator objects indicating the entities responsible for creating a resource. Default: [] . Items : Refer to #/definitions/Creator . contributors (array) : A list of Contributor objects indicating the entities that contributed to a resource. Default: [] . Items : Refer to #/definitions/Contributor . relations (array) : A list of Relation objects representing resources related to a described resource. Default: [] . Items : Refer to #/definitions/Relation . additional_metadata (array) : A dictionary containing key-value pair metadata associated with a resource. Items (object) : A key-value pair. Default: [] . key (string) value (string) rights : An object containing information about rights held in an over a resource. All of : Refer to #/definitions/Rights . awards (array) : A list of objects containing information about the funding agencies and awards associated with a resource. Default: [] . Items : Refer to #/definitions/AwardInfo . spatial_coverage : An object containing information about the spatial topic of a resource, the spatial applicability of a resource, or jurisdiction under with a resource is relevant. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing information about the temporal topic or applicability of a resource. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null publisher : An object containing information about the publisher of a resource. Default: null . All of : Refer to #/definitions/Publisher . citation (string) : A string containing the biblilographic citation for a resource. Default: null . url (string) : An object containing the URL for a resource. identifier (string) : An object containing the URL-encoded unique identifier for a resource. created (string) : A datetime object containing the instant associated with when a resource was created. modified (string) : A datetime object containing the instant associated with when a resource was last modified. review_started (string) : A datetime object containing the instant associated with when metadata review started on a resource. Default: null . published (string) : A datetime object containing the instant associated with when a resource was published. Default: null . type (string) : An object containing a URL that points to the HydroShare resource type selected from the hsterms namespace. Must be one of: [\"CompositeResource\"] . Default: \"CompositeResource\" . Definitions AwardInfo (object) : A class used to represent the metadata associated with funding agency credits for a resource. funding_agency_name (string, required) : A string containing the name of the funding agency or organization. title : A string containing the title of the project or award. Default: null . Any of string null number : A string containing the award number or other identifier. Default: null . Any of string null funding_agency_url : An object containing a URL pointing to a website describing the funding award. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . Contributor (object) : A class used to represent the metadata associated with a contributor to a resource. name (string) : A string containing the name of the contributor. Default: null . phone : A string containing a phone number for the contributor. Default: null . Any of string null address : A string containing an address for the contributor. Default: null . Any of string null organization : A string containing the name of the organization with which the contributor is affiliated. Default: null . Any of string null email : A string containing an email address for the contributor. Default: null . Any of string null homepage : An object containing the URL for website associated with the contributor. Default: null . Any of string null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identiers for the contributor. Can contain additional properties. Default: {} . Additional Properties (string) Creator (object) : A class used to represent the metadata associated with a creator of a resource. name (string) : A string containing the name of the creator. Default: null . phone : A string containing a phone number for the creator. Default: null . Any of string null address : A string containing an address for the creator. Default: null . Any of string null organization : A string containing the name of the organization with which the creator is affiliated. Default: null . Any of string null email : A string containing an email address for the creator. Default: null . Any of string null homepage : An object containing the URL for website associated with the creator. Default: null . Any of string null creator_order : An integer to order creators. Default: null . Any of integer null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identifiers for the creator. Can contain additional properties. Default: {} . Additional Properties (string) PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Publisher (object) : A class used to represent the metadata associated with the publisher of a resource. name (string, required) : A string containing the name of the publisher. url (string, required) : An object containing a URL that points to the publisher website. Relation (object) : A class used to represent the metadata associated with a resource related to the resource being described. type : The type of relationship with the related resource. All of : Refer to #/definitions/RelationType . value (string, required) : String expressing the Full text citation, URL link for, or description of the related resource. RelationType (string) : Must be one of: [\"The content of this resource is part of\", \"This resource includes\", \"The content of this resource can be executed by\", \"The content of this resource was created by a related App or software program\", \"This resource updates and replaces a previous version\", \"This resource has been replaced by a newer version\", \"This resource is described by\", \"This resource conforms to established standard described by\", \"This resource has a related resource in another format\", \"This resource is a different format of\", \"This resource is required by\", \"This resource requires\", \"This resource is referenced by\", \"The content of this resource references\", \"This resource replaces\", \"The content of this resource is derived from\", \"The content of this resource is similar to\"] . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Resource Metadata"},{"location":"ResourceMetadata/#resource-metadata","text":"","title":"Resource Metadata"},{"location":"ResourceMetadata/#properties","text":"title (string) : A string containing the name given to a resource. abstract (string) : A string containing a summary of a resource. Default: null . language (string) : A 3-character string for the language in which the metadata and content of a resource are expressed. Default: \"eng\" . subjects (array) : A list of keyword strings expressing the topic of a resource. Default: [] . Items (string) creators (array) : A list of Creator objects indicating the entities responsible for creating a resource. Default: [] . Items : Refer to #/definitions/Creator . contributors (array) : A list of Contributor objects indicating the entities that contributed to a resource. Default: [] . Items : Refer to #/definitions/Contributor . relations (array) : A list of Relation objects representing resources related to a described resource. Default: [] . Items : Refer to #/definitions/Relation . additional_metadata (array) : A dictionary containing key-value pair metadata associated with a resource. Items (object) : A key-value pair. Default: [] . key (string) value (string) rights : An object containing information about rights held in an over a resource. All of : Refer to #/definitions/Rights . awards (array) : A list of objects containing information about the funding agencies and awards associated with a resource. Default: [] . Items : Refer to #/definitions/AwardInfo . spatial_coverage : An object containing information about the spatial topic of a resource, the spatial applicability of a resource, or jurisdiction under with a resource is relevant. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing information about the temporal topic or applicability of a resource. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null publisher : An object containing information about the publisher of a resource. Default: null . All of : Refer to #/definitions/Publisher . citation (string) : A string containing the biblilographic citation for a resource. Default: null . url (string) : An object containing the URL for a resource. identifier (string) : An object containing the URL-encoded unique identifier for a resource. created (string) : A datetime object containing the instant associated with when a resource was created. modified (string) : A datetime object containing the instant associated with when a resource was last modified. review_started (string) : A datetime object containing the instant associated with when metadata review started on a resource. Default: null . published (string) : A datetime object containing the instant associated with when a resource was published. Default: null . type (string) : An object containing a URL that points to the HydroShare resource type selected from the hsterms namespace. Must be one of: [\"CompositeResource\"] . Default: \"CompositeResource\" .","title":"Properties"},{"location":"ResourceMetadata/#definitions","text":"AwardInfo (object) : A class used to represent the metadata associated with funding agency credits for a resource. funding_agency_name (string, required) : A string containing the name of the funding agency or organization. title : A string containing the title of the project or award. Default: null . Any of string null number : A string containing the award number or other identifier. Default: null . Any of string null funding_agency_url : An object containing a URL pointing to a website describing the funding award. Default: null . Any of string null BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . Contributor (object) : A class used to represent the metadata associated with a contributor to a resource. name (string) : A string containing the name of the contributor. Default: null . phone : A string containing a phone number for the contributor. Default: null . Any of string null address : A string containing an address for the contributor. Default: null . Any of string null organization : A string containing the name of the organization with which the contributor is affiliated. Default: null . Any of string null email : A string containing an email address for the contributor. Default: null . Any of string null homepage : An object containing the URL for website associated with the contributor. Default: null . Any of string null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identiers for the contributor. Can contain additional properties. Default: {} . Additional Properties (string) Creator (object) : A class used to represent the metadata associated with a creator of a resource. name (string) : A string containing the name of the creator. Default: null . phone : A string containing a phone number for the creator. Default: null . Any of string null address : A string containing an address for the creator. Default: null . Any of string null organization : A string containing the name of the organization with which the creator is affiliated. Default: null . Any of string null email : A string containing an email address for the creator. Default: null . Any of string null homepage : An object containing the URL for website associated with the creator. Default: null . Any of string null creator_order : An integer to order creators. Default: null . Any of integer null hydroshare_user_id : An integer containing the Hydroshare user ID. Default: null . Any of integer null identifiers (object) : A dictionary containing identifier types and URL links to alternative identifiers for the creator. Can contain additional properties. Default: {} . Additional Properties (string) PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Publisher (object) : A class used to represent the metadata associated with the publisher of a resource. name (string, required) : A string containing the name of the publisher. url (string, required) : An object containing a URL that points to the publisher website. Relation (object) : A class used to represent the metadata associated with a resource related to the resource being described. type : The type of relationship with the related resource. All of : Refer to #/definitions/RelationType . value (string, required) : String expressing the Full text citation, URL link for, or description of the related resource. RelationType (string) : Must be one of: [\"The content of this resource is part of\", \"This resource includes\", \"The content of this resource can be executed by\", \"The content of this resource was created by a related App or software program\", \"This resource updates and replaces a previous version\", \"This resource has been replaced by a newer version\", \"This resource is described by\", \"This resource conforms to established standard described by\", \"This resource has a related resource in another format\", \"This resource is a different format of\", \"This resource is required by\", \"This resource requires\", \"This resource is referenced by\", \"The content of this resource references\", \"This resource replaces\", \"The content of this resource is derived from\", \"The content of this resource is similar to\"] . Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"SingleFileMetadata/","text":"Single File Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"Generic\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Single File Aggregation Metadata"},{"location":"SingleFileMetadata/#single-file-aggregation-metadata","text":"","title":"Single File Aggregation Metadata"},{"location":"SingleFileMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . null period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . Any of : Refer to #/definitions/PeriodCoverage . null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"Generic\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"SingleFileMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement.","title":"Definitions"},{"location":"TimeSeriesMetadata/","text":"Time Series Aggregation Metadata Properties title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . time_series_results (array) : A list of time series results contained within the time series aggregation. Default: [] . Items : Refer to #/definitions/TimeSeriesResult . abstract : A string containing a summary of a aggregation. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"TimeSeries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null Definitions AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. ProcessingLevel (object) : A class used to represent the metadata associated with a processing level contained within a time series aggregation. processing_level_code (string, required) : A string containing a short but meaningful code identifying the processing level. definition : A string containing a description of the processing level. Default: null . Any of string null explanation : A string containing a more extensive explanation of the meaning of the processing level. Default: null . Any of string null Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. TimeSeriesMethod (object) : A class used to represent the metadata associated with a method contained within a time series aggregation. method_code (string, required) : A string containing a short but meaningful code identifying the method. method_name (string, required) : A string containing the name of the method. method_type (string, required) : A string containing the method type from the ODM2 Method Type controlled vocabulary. method_description : A string containing a detailed description of the method. Default: null . Any of string null method_link : An object containing a URL that points to a website having a detailed description of the method. Default: null . Any of string null TimeSeriesResult (object) : A class used to represent the metadata associated with a time series result within a time series aggregation. series_id (string, required) : A string containing a unique identifier for the time series result. unit : An object containing the units in which the values of the time series are expressed. Default: null . All of : Refer to #/definitions/Unit . status : A string containing the status of the time series result chosen from the ODM2 Status controlled vocabulary. Default: null . Any of string null sample_medium (string, required) : A string containing the sample medium in which the time series result was measured chosen from the ODM2 Medium controlled vocabulary. value_count (integer, required) : An integer value containing the number of data values contained within the time series result. aggregation_statistic (string, required) : A string containing the aggregation statistic associated with the values of the time series result chosen from the ODM2 Aggregation Statistic controlled vocabulary. series_label (string) : A string containing a label for the time series result. Default: null . site : An object containing metadata about the site at which the time series result was created. All of : Refer to #/definitions/TimeSeriesSite . variable : An object containing metadata about the observed variable associated with the time series result values. All of : Refer to #/definitions/TimeSeriesVariable . method : An object containing metadata about the method used to produce the time series result values. All of : Refer to #/definitions/TimeSeriesMethod . processing_level : An object containing metadata about the processing level or level of quality control to which the time series result values have been subjected. All of : Refer to #/definitions/ProcessingLevel . utc_offset : A floating point value that represents the time offset from UTC time in hours associated with the time series result value timestamps. Default: null . Any of number null TimeSeriesSite (object) : A class used to represent the metadata associated with a site contained within a time series aggregation. site_code (string, required) : A string containing a short but meaningful code identifying the site. site_name : A string containing the name of the site. Default: null . Any of string null elevation_m : A floating point number expressing the elevation of the site in meters. Default: null . Any of number null elevation_datum : A string expressing the elevation datum used from the ODM2 Elevation Datum controlled vocabulary. Default: null . Any of string null site_type : A string containing the type of site from the ODM2 Sampling Feature Type controlled vocabulary . Default: null . Any of string null latitude : A floating point value expressing the latitude coordinate of the site. Default: null . Any of number null longitude : A floating point value expressing the longitude coordinate of the site. Default: null . Any of number null TimeSeriesVariable (object) : A class used to represent the metadata associated with a variable contained within a time series aggregation. variable_code (string, required) : A string containing a short but meaningful code that identifies a variable. variable_name (string, required) : A string containing the name of the variable. variable_type (string, required) : A string containing the type of variable from the ODM2 VariableType controlled vocabulary. no_data_value (integer, required) : The NoData value for the variable. variable_definition : A string containing a detailed description of the variable. Default: null . Any of string null speciation : A string containing the speciation for the variable from the ODM2 Speciation control vocabulary. Default: null . Any of string null Unit (object) : A class used to represent the metadata associated with a dimensional unit within a time series aggregation. type (string, required) : A string containing the type of unit from the ODM2 Units Type controlled vocabulary. name (string, required) : A string containing the name of the unit from the ODM2 units list. abbreviation (string, required) : A string containing an abbreviation for the unit from the ODM2 units list.","title":"Time Series Aggregation Metadata"},{"location":"TimeSeriesMetadata/#time-series-aggregation-metadata","text":"","title":"Time Series Aggregation Metadata"},{"location":"TimeSeriesMetadata/#properties","text":"title (string) : A string containing a descriptive title for the aggregation. Default: null . subjects (array) : A list of keyword strings expressing the topic of the aggregation. Default: [] . Items (string) language (string) : The 3-character string for the language in which the metadata and content are expressed. Default: \"eng\" . additional_metadata (array) : A dictionary of additional metadata elements expressed as key-value pairs. Items (object) : A key-value pair. Default: [] . key (string) value (string) spatial_coverage : An object containing the geospatial coverage for the aggregation expressed as either a bounding box or point. Default: null . Any of : Refer to #/definitions/PointCoverage . : Refer to #/definitions/BoxCoverage . period_coverage : An object containing the temporal coverage for a aggregation expressed as a date range. Default: null . All of : Refer to #/definitions/PeriodCoverage . time_series_results (array) : A list of time series results contained within the time series aggregation. Default: [] . Items : Refer to #/definitions/TimeSeriesResult . abstract : A string containing a summary of a aggregation. Default: null . Any of string null type : A string expressing the aggregation type from the list of HydroShare aggregation types. Default: \"TimeSeries\" . All of : Refer to #/definitions/AggregationType . url (string) : An object containing the URL of the aggregation. rights : An object containing information about the rights held in and over the aggregation and the license under which a aggregation is shared. Default: null . Any of : Refer to #/definitions/Rights . null","title":"Properties"},{"location":"TimeSeriesMetadata/#definitions","text":"AggregationType (string) : Must be one of: [\"Generic\", \"FileSet\", \"GeoRaster\", \"NetCDF\", \"GeoFeature\", \"RefTimeseries\", \"TimeSeries\", \"ModelProgram\", \"ModelInstance\", \"CSV\"] . BoxCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a latitude-longitude bounding box. type (string) : A string containing the type of geographic coverage. Must be one of: [\"box\"] . Default: \"box\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . northlimit (number, required) : A floating point value containing the constant coordinate for the northernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . eastlimit (number, required) : A floating point value containing the constant coordinate for the easternmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . southlimit (number, required) : A floating point value containing the constant coordinate for the southernmost face or edge of the bounding box. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . westlimit (number, required) : A floating point value containing the constant coordinate for the westernmost face or edge of the bounding box. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . units (string, required) : A string containing the units applying to the unlabelled numeric values of northlimit, eastlimit, southlimit, and westlimit. projection (string) : A string containing the name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. Default: null . PeriodCoverage (object) : A class used to represent temporal coverage metadata for a resource or aggregation. name (string) : A string containing a name for the time interval. Default: null . start (string, required) : A datetime object containing the instant corresponding to the commencement of the time interval. end (string, required) : A datetime object containing the instant corresponding to the termination of the time interval. PointCoverage (object) : A class used to represent geographic coverage metadata for a resource or aggregation expressed as a point location. type (string) : A string containing the type of geographic coverage. Must be one of: [\"point\"] . Default: \"point\" . name (string) : A string containing a name for the place associated with the geographic coverage. Default: null . east (number, required) : The coordinate of the point location measured in the east direction. Exclusive minimum: -180.0 . Exclusive maximum: 180.0 . north (number, required) : The coordinate of the point location measured in the north direction. Exclusive minimum: -90.0 . Exclusive maximum: 90.0 . units (string, required) : The units applying to the unlabelled numeric values of north and east. projection (string, required) : The name of the projection used with any parameters required, such as ellipsoid parameters, datum, standard parallels and meridians, zone, etc. ProcessingLevel (object) : A class used to represent the metadata associated with a processing level contained within a time series aggregation. processing_level_code (string, required) : A string containing a short but meaningful code identifying the processing level. definition : A string containing a description of the processing level. Default: null . Any of string null explanation : A string containing a more extensive explanation of the meaning of the processing level. Default: null . Any of string null Rights (object) : A class used to represent the rights statement metadata associated with a resource. statement (string, required) : A string containing the text of the license or rights statement. url (string, required) : An object containing the URL pointing to a description of the license or rights statement. TimeSeriesMethod (object) : A class used to represent the metadata associated with a method contained within a time series aggregation. method_code (string, required) : A string containing a short but meaningful code identifying the method. method_name (string, required) : A string containing the name of the method. method_type (string, required) : A string containing the method type from the ODM2 Method Type controlled vocabulary. method_description : A string containing a detailed description of the method. Default: null . Any of string null method_link : An object containing a URL that points to a website having a detailed description of the method. Default: null . Any of string null TimeSeriesResult (object) : A class used to represent the metadata associated with a time series result within a time series aggregation. series_id (string, required) : A string containing a unique identifier for the time series result. unit : An object containing the units in which the values of the time series are expressed. Default: null . All of : Refer to #/definitions/Unit . status : A string containing the status of the time series result chosen from the ODM2 Status controlled vocabulary. Default: null . Any of string null sample_medium (string, required) : A string containing the sample medium in which the time series result was measured chosen from the ODM2 Medium controlled vocabulary. value_count (integer, required) : An integer value containing the number of data values contained within the time series result. aggregation_statistic (string, required) : A string containing the aggregation statistic associated with the values of the time series result chosen from the ODM2 Aggregation Statistic controlled vocabulary. series_label (string) : A string containing a label for the time series result. Default: null . site : An object containing metadata about the site at which the time series result was created. All of : Refer to #/definitions/TimeSeriesSite . variable : An object containing metadata about the observed variable associated with the time series result values. All of : Refer to #/definitions/TimeSeriesVariable . method : An object containing metadata about the method used to produce the time series result values. All of : Refer to #/definitions/TimeSeriesMethod . processing_level : An object containing metadata about the processing level or level of quality control to which the time series result values have been subjected. All of : Refer to #/definitions/ProcessingLevel . utc_offset : A floating point value that represents the time offset from UTC time in hours associated with the time series result value timestamps. Default: null . Any of number null TimeSeriesSite (object) : A class used to represent the metadata associated with a site contained within a time series aggregation. site_code (string, required) : A string containing a short but meaningful code identifying the site. site_name : A string containing the name of the site. Default: null . Any of string null elevation_m : A floating point number expressing the elevation of the site in meters. Default: null . Any of number null elevation_datum : A string expressing the elevation datum used from the ODM2 Elevation Datum controlled vocabulary. Default: null . Any of string null site_type : A string containing the type of site from the ODM2 Sampling Feature Type controlled vocabulary . Default: null . Any of string null latitude : A floating point value expressing the latitude coordinate of the site. Default: null . Any of number null longitude : A floating point value expressing the longitude coordinate of the site. Default: null . Any of number null TimeSeriesVariable (object) : A class used to represent the metadata associated with a variable contained within a time series aggregation. variable_code (string, required) : A string containing a short but meaningful code that identifies a variable. variable_name (string, required) : A string containing the name of the variable. variable_type (string, required) : A string containing the type of variable from the ODM2 VariableType controlled vocabulary. no_data_value (integer, required) : The NoData value for the variable. variable_definition : A string containing a detailed description of the variable. Default: null . Any of string null speciation : A string containing the speciation for the variable from the ODM2 Speciation control vocabulary. Default: null . Any of string null Unit (object) : A class used to represent the metadata associated with a dimensional unit within a time series aggregation. type (string, required) : A string containing the type of unit from the ODM2 Units Type controlled vocabulary. name (string, required) : A string containing the name of the unit from the ODM2 units list. abbreviation (string, required) : A string containing an abbreviation for the unit from the ODM2 units list.","title":"Definitions"}]}
\ No newline at end of file
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index b246d0a..fe6dfa3 100755
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ