object
-
allowed_rolesarray of string -
default_stylestring -
descriptionstring -
enabledboolean -
publicboolean -
public_idstring required -
range_fieldsarray of object -
Array items
-
bandinteger required -
definitionstring -
descriptionstring -
namestring required -
nil_valuesarray of string -
uomstring
-
-
resamplingstring -
- Allowed values
-
["nearest","bilinear","cubic"]
-
source_coveragestring required -
stylesarray of string -
tile_cache_quota_bytesinteger · int64 -
titlestring -
wcs20_coverage_subtypestring -
- Allowed values
-
["RectifiedGridCoverage","GridCoverage"]
OpenAPI schema definition
{
"properties": {
"allowed_roles": {
"items": {
"type": "string"
},
"type": "array"
},
"default_style": {
"type": "string"
},
"description": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"public": {
"type": "boolean"
},
"public_id": {
"type": "string"
},
"range_fields": {
"items": {
"properties": {
"band": {
"type": "integer"
},
"definition": {
"type": "string"
},
"description": {
"type": "string"
},
"name": {
"type": "string"
},
"nil_values": {
"items": {
"type": "string"
},
"type": "array"
},
"uom": {
"type": "string"
}
},
"required": [
"band",
"name"
],
"type": "object"
},
"type": "array"
},
"resampling": {
"enum": [
"nearest",
"bilinear",
"cubic"
],
"type": "string"
},
"source_coverage": {
"type": "string"
},
"styles": {
"items": {
"type": "string"
},
"type": "array"
},
"tile_cache_quota_bytes": {
"format": "int64",
"type": "integer"
},
"title": {
"type": "string"
},
"wcs20_coverage_subtype": {
"enum": [
"RectifiedGridCoverage",
"GridCoverage"
],
"type": "string"
}
},
"required": [
"source_coverage",
"public_id"
],
"type": "object"
}