object
-
abstractstring -
contact_emailstring · email -
contact_namestring -
contact_positionstring -
enabledboolean required -
feature_info_enabledboolean required -
provider_namestring -
provider_sitestring · uri -
publicboolean required -
tile_matrix_limits_enabledboolean -
Advertise and enforce tile bounds from published resource extents.
- Default
-
false
-
titlestring -
vector_tiles_enabledboolean
OpenAPI schema definition
{
"properties": {
"abstract": {
"type": "string"
},
"contact_email": {
"format": "email",
"type": "string"
},
"contact_name": {
"type": "string"
},
"contact_position": {
"type": "string"
},
"enabled": {
"type": "boolean"
},
"feature_info_enabled": {
"type": "boolean"
},
"provider_name": {
"type": "string"
},
"provider_site": {
"format": "uri",
"type": "string"
},
"public": {
"type": "boolean"
},
"tile_matrix_limits_enabled": {
"default": false,
"description": "Advertise and enforce tile bounds from published resource extents.",
"type": "boolean"
},
"title": {
"type": "string"
},
"vector_tiles_enabled": {
"type": "boolean"
}
},
"required": [
"enabled",
"public",
"feature_info_enabled"
],
"type": "object"
}