includes_model_output(boolean, required): 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, format: uri
null
program_schema_json: A URL to the JSON metadata schema for the related model program. Default: null.
Any of
string, format: uri
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, format: uri
null
type: A string expressing the aggregation type from the list of HydroShare aggregation types. Default: "ModelInstance".
url(string, format: uri, required): 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.
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"]. Must be: "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, format: date-time, required): A datetime object containing the instant corresponding to the commencement of the time interval.
end(string, format: date-time, 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"]. Must be: "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, format: uri, required): An object containing the URL pointing to a description of the license or rights statement.