--- swagger: '2.0' info: version: 1.0.0 title: OWS Services description: An OWS service refers to any of the OGC services that GeoServer supports, such as WFS, WMS, and WCS. These endpoints controls the settings of these services. contact: name: GeoServer email: 'geoserver-users@osgeo.org' url: 'https://geoserver.org/comm/' host: localhost:8080 basePath: /geoserver/rest paths: /services/wms/settings: get: operationId: getWMSSettings tags: - "OWSServices" description: Retrieves Web Map Service settings globally for the server. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WMSInfo" examples: application/xml: | true My GeoServer WMS My GeoServer WMS http://geoserver.org/comm This is a description of your Web Map Server. NONE NONE 1.1.1 1.3.0 WFS WMS GEOSERVER false http://geoserver.org http://schemas.opengis.net false true Batik false BOT_RIGHT 0 Nearest false false false 25 0 0 0 application/json: | { "wms": { "enabled": true, "name": "My GeoServer WMS", "title": "My GeoServer WMS", "maintainer": "http://geoserver.org/comm", "abstrct": "\nThis is a description of your Web Map Server.\n ", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.1.1" }, { "version": "1.3.0" } ] }, "keywords": { "string": [ "WFS", "WMS", "GEOSERVER" ] }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "metadata": { "entry": [ { "@key": "svgAntiAlias", "$": "true" }, { "@key": "svgRenderer", "$": "Batik" } ] }, "watermark": { "enabled": false, "position": "BOT_RIGHT", "transparency": 0 }, "interpolation": "Nearest", "getFeatureInfoMimeTypeCheckingEnabled": false, "getMapMimeTypeCheckingEnabled": false, "dynamicStylingDisabled": false, "maxBuffer": 25, "maxRequestMemory": 0, "maxRenderingTime": 0, "maxRenderingErrors": 0 } } post: operationId: postWMSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWMSSettings tags: - "OWSServices" description: Edits a global WMS setting. parameters: - name: WMSSettingsBody in: body description: Body of the WMS settings required: true schema: $ref: "#/definitions/WMSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWMSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit settings. responses: 405: description: Method Not Allowed /services/wms/workspaces/{workspace}/settings: parameters: - name: workspace in: path required: true type: string description: The workspace name get: operationId: getWMSWorkspaceSettings tags: - "OWSServices" description: Retrieves Web Map Service settings for a given workspace. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WMSInfo" examples: application/xml: | nurc true My GeoServer WMS My GeoServer WMS http://geoserver.org/comm This is a description of your Web Map Server. NONE NONE 1.1.1 1.3.0 WFS WMS GEOSERVER false http://geoserver.org http://schemas.opengis.net false true Batik false BOT_RIGHT 0 Nearest false false false 25 0 0 0 application/json: | { "wms": { "workspace": { "name": "nurc" }, "enabled": true, "name": "My GeoServer WMS", "title": "My GeoServer WMS", "maintainer": "http://geoserver.org/comm", "abstrct": "\nThis is a description of your Web Map Server.\n ", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.1.1" }, { "version": "1.3.0" } ] }, "keywords": { "string": [ "WFS", "WMS", "GEOSERVER" ] }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "metadata": { "entry": [ { "@key": "svgAntiAlias", "$": "true" }, { "@key": "svgRenderer", "$": "Batik" } ] }, "watermark": { "enabled": false, "position": "BOT_RIGHT", "transparency": 0 }, "interpolation": "Nearest", "getFeatureInfoMimeTypeCheckingEnabled": false, "getMapMimeTypeCheckingEnabled": false, "dynamicStylingDisabled": false, "maxBuffer": 25, "maxRequestMemory": 0, "maxRenderingTime": 0, "maxRenderingErrors": 0 } } post: operationId: postWMSWorkspaceSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWMSWorkspaceSettings tags: - "OWSServices" description: Edits a workspace-specific WMS setting. parameters: - name: WMSSettingsBody in: body description: Body of the WMS settings required: true schema: $ref: "#/definitions/WMSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWMSWorkspaceSettings tags: - "OWSServices" description: Deletes a workspace-specific WMS setting. responses: 200: description: OK /services/wfs/settings: get: operationId: getWFSSettings tags: - "OWSServices" description: Retrieves Web Feature Service settings globally for the server. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WFSInfo" examples: application/xml: | true WFS GeoServer Web Feature Service http://geoserver.org/comm This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction. NONE NONE 1.0.0 1.1.0 2.0.0 WFS WMS GEOSERVER false http://geoserver.org http://schemas.opengis.net false V_20 URN2 false V_10 XML true V_11 URN false COMPLETE 1000000 false false false false application/json: | { "wfs": { "enabled": true, "name": "WFS", "title": "GeoServer Web Feature Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" }, { "version": "1.1.0" }, { "version": "2.0.0" } ] }, "keywords": { "string": [ "WFS", "WMS", "GEOSERVER" ] }, "metadataLink": "", "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "gml": { "entry": [ { "version": "V_20", "gml": { "srsNameStyle": [ "URN2" ], "overrideGMLAttributes": false } }, { "version": "V_10", "gml": { "srsNameStyle": [ "XML" ], "overrideGMLAttributes": true } }, { "version": "V_11", "gml": { "srsNameStyle": [ "URN" ], "overrideGMLAttributes": false } } ] }, "serviceLevel": "COMPLETE", "maxFeatures": 1000000, "featureBounding": false, "canonicalSchemaLocation": false, "encodeFeatureMember": false, "hitsIgnoreMaxFeatures": false } } post: operationId: postWFSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWFSSettings tags: - "OWSServices" description: Edits a global WFS setting. parameters: - name: WFSSettingsBody in: body description: Body of the WFS settings required: true schema: $ref: "#/definitions/WFSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWFSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit settings. responses: 405: description: Method Not Allowed /services/wfs/workspaces/{workspace}/settings: parameters: - name: workspace in: path required: true type: string description: The workspace name get: operationId: getWFSWorkspaceSettings tags: - "OWSServices" description: Retrieves Web Feature Service settings for a given workspace. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WFSInfo" examples: application/xml: | nurc true WFS GeoServer Web Feature Service http://geoserver.org/comm This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction. NONE NONE 1.0.0 1.1.0 2.0.0 WFS WMS GEOSERVER false http://geoserver.org http://schemas.opengis.net false V_20 URN2 false V_10 XML true V_11 URN false COMPLETE 1000000 false false false false application/json: | { "wfs": { "workspace": { "name": "nurc" }, "enabled": true, "name": "WFS", "title": "GeoServer Web Feature Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" }, { "version": "1.1.0" }, { "version": "2.0.0" } ] }, "keywords": { "string": [ "WFS", "WMS", "GEOSERVER" ] }, "metadataLink": "", "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "gml": { "entry": [ { "version": "V_20", "gml": { "srsNameStyle": [ "URN2" ], "overrideGMLAttributes": false } }, { "version": "V_10", "gml": { "srsNameStyle": [ "XML" ], "overrideGMLAttributes": true } }, { "version": "V_11", "gml": { "srsNameStyle": [ "URN" ], "overrideGMLAttributes": false } } ] }, "serviceLevel": "COMPLETE", "maxFeatures": 1000000, "featureBounding": false, "canonicalSchemaLocation": false, "encodeFeatureMember": false, "hitsIgnoreMaxFeatures": false } } post: operationId: postWFSWorkspaceSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWFSWorkspaceSettings tags: - "OWSServices" description: Edits a workspace-specific WFS setting. parameters: - name: WFSSettingsBody in: body description: Body of the WFS settings layer required: true schema: $ref: "#/definitions/WFSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWFSWorkspaceSettings tags: - "OWSServices" description: Deletes a workspace-specific WFS setting. responses: 200: description: OK /services/wcs/settings: get: operationId: getWCSSettings tags: - "OWSServices" description: Retrieves Web Coverage Service settings globally for the server. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WCSInfo" examples: application/xml: | true WCS Web Coverage Service http://geoserver.org/comm This server implements the WCS specification 1.0 and 1.1.1, it's reference implementation of WCS 1.1.1. All layers published by this service are available on WMS also. NONE NONE 1.0.0 1.1.1 2.0.1 WCS WMS GEOSERVER undef http://geoserver.sourceforge.net/html/index.php other false http://geoserver.org http://schemas.opengis.net false false false 0 0 application/json: | { "wcs": { "enabled": true, "name": "WCS", "title": "Web Coverage Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This server implements the WCS specification 1.0 and 1.1.1, it's reference implementation of WCS 1.1.1. All layers published by this service are available on WMS also.\n ", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" }, { "version": "1.1.1" }, { "version": "2.0.1" } ] }, "keywords": { "string": [ "WCS", "WMS", "GEOSERVER" ] }, "metadataLink": { "type": "undef", "about": "http://geoserver.sourceforge.net/html/index.php", "metadataType": "other" }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "gmlPrefixing": false, "latLon": false, "maxInputMemory": 0, "maxOutputMemory": 0 } } post: operationId: postWCSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWCSSettings tags: - "OWSServices" description: Edits a global WCS setting. parameters: - name: WCSSettingsBody in: body description: Body of the WCS settings required: true schema: $ref: "#/definitions/WCSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWCSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit settings. responses: 405: description: Method Not Allowed /services/wcs/workspaces/{workspace}/settings: parameters: - name: workspace in: path required: true type: string description: The workspace name get: operationId: getWCSWorkspaceSettings tags: - "OWSServices" description: Retrieves Web Coverage Service settings for a given workspace. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WCSInfo" examples: application/xml: | nurc true WCS Web Coverage Service http://geoserver.org/comm This server implements the WCS specification 1.0 and 1.1.1, it's reference implementation of WCS 1.1.1. All layers published by this service are available on WMS also. NONE NONE 1.0.0 1.1.1 2.0.1 WCS WMS GEOSERVER undef http://geoserver.sourceforge.net/html/index.php other false http://geoserver.org http://schemas.opengis.net false false false 0 0 true IGNORE application/json: | { "wcs": { "workspace": { "name": "nurc" }, "enabled": true, "name": "WCS", "title": "Web Coverage Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This server implements the WCS specification 1.0 and 1.1.1, it's reference implementation of WCS 1.1.1. All layers published by this service are available on WMS also.\n ", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" }, { "version": "1.1.1" }, { "version": "2.0.1" } ] }, "keywords": { "string": [ "WCS", "WMS", "GEOSERVER" ] }, "metadataLink": { "type": "undef", "about": "http://geoserver.sourceforge.net/html/index.php", "metadataType": "other" }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "gmlPrefixing": false, "latLon": false, "maxInputMemory": 0, "maxOutputMemory": 0, "subsamplingEnabled": true, "overviewPolicy": "IGNORE" } } post: operationId: postWCSWorkspaceSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWCSWorkspaceSettings tags: - "OWSServices" description: Edits a workspace-specific WCS setting. parameters: - name: WCSSettingsBody in: body description: Body of the WCS settings required: true schema: $ref: "#/definitions/WCSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWCSWorkspaceSettings tags: - "OWSServices" description: Deletes a workspace-specific WCS setting. responses: 200: description: OK /services/wmts/settings: get: operationId: getWMTSSettings tags: - "OWSServices" description: Retrieves Web Map Tile Service settings globally for the server. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WMTSInfo" examples: application/xml: | true WMTS Web Map Tile Service http://geoserver.org/comm This server implements the WMTS specification 1.0 NONE NONE 1.0.0 WMTS GEOSERVER undef http://geoserver.sourceforge.net/html/index.php other false http://geoserver.org http://schemas.opengis.net false application/json: | { "wmts": { "enabled": true, "name": "WMTS", "title": "Web Map Tile Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This server implements the WMTS specification 1.0", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" } ] }, "keywords": { "string": [ "WMTS", "GEOSERVER" ] }, "metadataLink": { "type": "undef", "about": "http://geoserver.sourceforge.net/html/index.php", "metadataType": "other" }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false } } post: operationId: postWMTSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWMTSSettings tags: - "OWSServices" description: Edits a global WMTS setting. parameters: - name: WMTSSettingsBody in: body description: Body of the WMTS settings required: true schema: $ref: "#/definitions/WMTSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWMTSSettings tags: - "OWSServices" description: Invalid. Use PUT to edit settings. responses: 405: description: Method Not Allowed /services/wmts/workspaces/{workspace}/settings: parameters: - name: workspace in: path required: true type: string description: The workspace name get: operationId: getWMTSWorkspaceSettings tags: - "OWSServices" description: Retrieves Web Map Tile Service settings for a given workspace. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WMTSInfo" examples: application/xml: | nurc true WMTS Web Map Tile Service http://geoserver.org/comm This server implements the WMTS specification 1.0 NONE NONE 1.0.0 WMTS GEOSERVER undef http://geoserver.sourceforge.net/html/index.php other false http://geoserver.org http://schemas.opengis.net false application/json: | { "wmts": { "workspace": { "name": "nurc" }, "enabled": true, "name": "WMTS", "title": "Web Map Tile Service", "maintainer": "http://geoserver.org/comm", "abstrct": "This server implements the WMTS specification 1.0", "accessConstraints": "NONE", "fees": "NONE", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" } ] }, "keywords": { "string": [ "WMTS", "GEOSERVER" ] }, "metadataLink": { "type": "undef", "about": "http://geoserver.sourceforge.net/html/index.php", "metadataType": "other" }, "citeCompliant": false, "onlineResource": "http://geoserver.org", "schemaBaseURL": "http://schemas.opengis.net", "verbose": false } } post: operationId: postWMTSWorkspaceSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putWMTSWorkspaceSettings tags: - "OWSServices" description: Edits a workspace-specific WMTS setting. parameters: - name: WMTSSettingsBody in: body description: Body of the WMTS settings required: true schema: $ref: "#/definitions/WMTSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteWMTSWorkspaceSettings tags: - "OWSServices" description: Deletes a workspace-specific WMTS setting. responses: 200: description: OK /services/oseo/settings: get: operationId: getOSEOSettings tags: - "OWSServices" description: Retrieves Open Search for Earth Observation Service settings globally for the server. produces: - application/xml - application/json - text/html responses: 200: description: OK schema: $ref: "#/definitions/WFSInfo" examples: application/xml: | true OSEO OpenSearch for Earth Observation Provides interoperable access, following ISO/OGC interface guidelines, to Earth Observation metadata. 1.0.0 EarthObservation OGC false http://schemas.opengis.net false DataStoreInfoImpl--5d5accf8:17f9ccff330:-7ffc 100 10 eop_generic http://www.opengis.net/eop/2.1 eop optical http://www.opengis.net/opt/2.1 opt radar http://www.opengis.net/sar/2.1 sar altimetric http://www.opengis.net/alt/2.1 alt atmospheric http://www.opengis.net/atm/2.1 atm limb http://www.opengis.net/lmb/2.1 lmb ssp http://www.opengis.net/ssp/2.1 ssp id geometry application/json: | { "oseo": { "enabled": true, "name": "OSEO", "title": "OpenSearch for Earth Observation", "abstrct": "Provides interoperable access, following ISO/OGC interface guidelines, to Earth Observation metadata.", "versions": { "org.geotools.util.Version": [ { "version": "1.0.0" } ] }, "keywords": { "string": [ "EarthObservation", "OGC" ] }, "citeCompliant": false, "schemaBaseURL": "http://schemas.opengis.net", "verbose": false, "openSearchAccessStoreId": "DataStoreInfoImpl--5d5accf8:17f9ccff330:-7ffc", "maximumRecords": 100, "recordsPerPage": 10, "productClasses": { "productClass": [ { "name": "eop_generic", "namespace": "http://www.opengis.net/eop/2.1", "prefix": "eop" }, { "name": "optical", "namespace": "http://www.opengis.net/opt/2.1", "prefix": "opt" }, { "name": "radar", "namespace": "http://www.opengis.net/sar/2.1", "prefix": "sar" }, { "name": "altimetric", "namespace": "http://www.opengis.net/alt/2.1", "prefix": "alt" }, { "name": "atmospheric", "namespace": "http://www.opengis.net/atm/2.1", "prefix": "atm" }, { "name": "limb", "namespace": "http://www.opengis.net/lmb/2.1", "prefix": "lmb" }, { "name": "ssp", "namespace": "http://www.opengis.net/ssp/2.1", "prefix": "ssp" } ] }, "globalQueryables": { "string": [ "id", "geometry" ] } } } post: operationId: postOSEOSettings tags: - "OWSServices" description: Invalid. Use PUT to edit a service setting. responses: 405: description: Method Not Allowed put: operationId: putOSEOSettings tags: - "OWSServices" description: Edits a global OSEO setting. parameters: - name: OSEOSettingsBody in: body description: Body of the OSEO settings required: true schema: $ref: "#/definitions/WFSInfo" consumes: - application/xml - application/json responses: 201: description: Created delete: operationId: deleteOSEOSettings tags: - "OWSServices" description: Invalid. Use PUT to edit settings. responses: 405: description: Method Not Allowed definitions: WMSInfo: xml: name: wms type: object properties: enabled: type: boolean description: Status of the service name: type: string description: Name of the service. This value is unique among all instances of ServiceInfo and can be used as an identifier. title: type: string description: Title of the service workspace: type: string description: Workspace the service is specific or local to. Will not exist if the service is global. maintainer: type: string description: maintainer of the service abstrct: type: string description: description of the service accessConstraints: type: string description: '' fees: type: string description: '' versions: type: object description: The versions of the service that are available. properties: org.geotools.util.Version: type: array items: type: string description: version number keywords: type: array description: Keywords associated with the service. items: type: string citeCompliant: type: boolean description: Status of service CITE compliance. onlineResource: type: string description: '' schemaBaseURL: type: string description: The base url for the schemas describing the service. verbose: type: boolean description: Flag indicating if the service should be verbose or not. metadataLink: type: array items: type: object properties: "@key": type: string description: Metadata key text: type: string description: Metadata value watermark: type: object description: Watermarking configuration properties: enabled: type: boolean description: Flag indicating if watermarking is enabled position: type: string description: Position of the watermark enum: - TOP_LEFT - TOP_CENTER - TOP_RIGHT - MID_LEFT - MID_CENTER - MID_RIGHT - BOT_LEFT - BOT_CENTER - BOT_RIGHT transparency: type: integer description: The transparency of the watermark logo, ranging from 0 to 255 interpolation: type: string enum: - Nearest - Bilinear - Bicubic getFeatureInfoMimeTypeCheckingEnabled: type: boolean description: Flag indicating if getFeatureInfo MIME type checking is enabled getMapMimeTypeCheckingEnabled: type: boolean description: Flag indicating if getMap MIME type checking is enabled. dynamicStylingDisabled: type: boolean description: status of dynamic styling (SLD and SLD_BODY params) allowance maxBuffer: type: integer description: Maximum search radius for GetFeatureInfo maxRequestMemory: type: integer description: Max amount of memory, in kilobytes, that each WMS request can allocate (each output format will make a best effort attempt to respect it, but there are no guarantees). 0 indicates no limit. maxRenderingTime: type: integer description: Max time, in seconds, a WMS request is allowed to spend rendering the map. Various output formats will do a best effort to respect it (raster formats, for example, will account just rendering time, but not image encoding time). maxRenderingErrors: type: integer description: Max number of rendering errors that will be tolerated before stating the rendering operation failed by throwing a service exception back to the client WFSInfo: type: object xml: name: wfs properties: enabled: type: boolean description: Status of the service name: type: string description: Name of the service. This value is unique among all instances of ServiceInfo and can be used as an identifier. title: type: string description: Title of the service maintainer: type: string description: Maintainer of the service abstrct: type: string description: Description of the service accessConstraints: type: string description: Access constraints fees: type: string description: Any fees associated with the service versions: type: object description: The versions of the service that are available. properties: org.geotools.util.Version: type: array items: type: string description: version number keywords: type: array description: Keywords associated with the service. items: type: string metadataLink: type: array items: type: object properties: "@key": type: string description: Metadata key enum: - svgAntiAlias - svgRenderer text: type: string description: Metadata value citeCompliant: type: boolean description: Status of service CITE compliance onlineResource: type: string description: URL resource schemaBaseURL: type: string description: Base URL for the schemas describing the service verbose: type: boolean description: Flag indicating if the service should be verbose gml: type: object description: A map of WFS version to GML encoding configuration properties: entry: type: array items: type: object properties: version: type: string enum: - 1.0.0 - 1.1.0 - 2.0.0 gml: type: object description: Enumeration for srsName style properties: srsNameStyle: type: array items: type: string enum: - NORMAL - XML - URN - URN2 - URL serviceLevel: type: string description: Level of service provided by the WFS enum: - BASIC - TRANSACTIONAL - COMPLETE maxFeatures: type: integer description: Global cap on the number of features to allow when processing a request featureBounding: type: boolean description: Flag which determines if gml:bounds elements should be encoded at the feature level in GML output canonicalSchemaLocation: type: boolean description: Flag that determines the encoding of the WFS schemaLocation. True if the WFS schemaLocation should refer to the canonical location, false if the WFS schemaLocation should refer to a copy served by GeoServer. encodeFeatureMember: type: boolean description: Flag that determines encoding of featureMember or featureMembers. True if the featureMember should be encoded False if the featureMembers should be encoded. hitsIgnoreMaxFeatures: type: boolean description: Flag that determines if WFS hit requests (counts) will ignore the maximum features limit for this server WCSInfo: type: object xml: name: wcs properties: enabled: type: boolean description: Status of the service name: type: string description: Name of the service. This value is unique among all instances of ServiceInfo and can be used as an identifier. title: type: string description: Title of the service maintainer: type: string description: Maintainer of the service abstrct: type: string description: Description of the service accessConstraints: type: string description: Access constraints fees: type: string description: Any fees associated with the service versions: type: object description: The versions of the service that are available. properties: org.geotools.util.Version: type: array items: type: string description: version number keywords: type: array description: Keywords associated with the service. items: type: string metadataLink: type: array items: type: object properties: "@key": type: string description: Metadata key text: type: string description: Metadata value citeCompliant: type: boolean description: Status of service CITE compliance onlineResource: type: string description: URL resource schemaBaseURL: type: string description: Base URL for the schemas describing the service verbose: type: boolean description: Flag indicating if the service should be verbose gmlPrefixing: type: boolean description: "" latLon: type: boolean description: "" maxInputMemory: type: boolean description: "" maxOutputMemory: type: boolean description: "" WMTSInfo: type: object xml: name: wmts properties: enabled: type: boolean description: Status of the service name: type: string description: Name of the service. This value is unique among all instances of ServiceInfo and can be used as an identifier. title: type: string description: Title of the service maintainer: type: string description: Maintainer of the service abstrct: type: string description: Description of the service accessConstraints: type: string description: Access constraints fees: type: string description: Any fees associated with the service versions: type: object description: The versions of the service that are available. properties: org.geotools.util.Version: type: array items: type: string description: version number keywords: type: array description: Keywords associated with the service. items: type: string metadataLink: type: array items: type: object properties: "@key": type: string description: Metadata key text: type: string description: Metadata value citeCompliant: type: boolean description: Status of service CITE compliance onlineResource: type: string description: URL resource schemaBaseURL: type: string description: Base URL for the schemas describing the service verbose: type: boolean description: Flag indicating if the service should be verbose