Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions core/openapi/responses/exception.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ content:
application/json:
schema:
$ref: https://raw.githubusercontent.com/opengeospatial/WFS_FES/master/core/openapi/schemas/exception.yaml
application/xml:
schema:
$ref: https://raw.githubusercontent.com/opengeospatial/WFS_FES/master/core/openapi/schemas/exception.yaml
text/html:
schema:
type: string
3 changes: 0 additions & 3 deletions core/openapi/schemas/collectionInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ properties:
- href: http://example.com/concepts/buildings.html
rel: describedBy
type: text/html
- href: http://example.com/schemas/buildings.xsd
rel: describedBy
type: application/xml
extent:
$ref: bbox.yaml
crs:
Expand Down
10 changes: 0 additions & 10 deletions core/openapi/schemas/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,12 @@ type: object
required:
- links
- collections
xml:
name: Collections
namespace: 'http://www.opengis.net/wfs/3.0'
prefix: wfs
properties:
links:
type: array
items:
$ref: link.yaml
xml:
namespace: 'http://www.opengis.net/wfs/3.0'
prefix: wfs
collections:
type: array
items:
$ref: collectionInfo.yaml
xml:
namespace: 'http://www.opengis.net/wfs/3.0'
prefix: wfs
11 changes: 0 additions & 11 deletions core/openapi/schemas/exception.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
type: object
required:
- code
xml:
name: Exception
namespace: 'http://www.opengis.net/wfs/3.0'
prefix: wfs
properties:
code:
type: string
xml:
name: code
attribute: true
description:
type: string
xml:
name: description
namespace: 'http://www.opengis.net/wfs/3.0'
prefix: wfs
14 changes: 2 additions & 12 deletions core/openapi/schemas/link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,16 @@ required:
properties:
href:
type: string
xml:
attribute: true
example: http://data.example.com/buildings/123
rel:
type: string
xml:
attribute: true
example: prev
example: alternate
type:
type: string
xml:
attribute: true
example: application/gml+xml;version=3.2
example: application/geo+json
hreflang:
type: string
xml:
attribute: true
example: en
title:
type: string
xml:
attribute: true
example: Trierer Strasse 70, 53115 Bonn
2 changes: 0 additions & 2 deletions core/openapi/schemas/numberMatched.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ description: >-
type: integer
minimum: 0
example: 127
xml:
attribute: true
2 changes: 0 additions & 2 deletions core/openapi/schemas/numberReturned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ description: >-
type: integer
minimum: 0
example: 10
xml:
attribute: true
2 changes: 0 additions & 2 deletions core/openapi/schemas/timeStamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ description: This property indicates the time and date when the response was gen
type: string
format: dateTime
example: '2017-08-17T08:05:32Z'
xml:
attribute: true
2 changes: 1 addition & 1 deletion core/standard/annex_history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
|2018-01-22 |0.4 |C. Portele |7 |add description of the UML diagram
|2018-02-01 |0.5 |C. Portele |2,3,5,7 |add links to recent issues on GitHub; address issues #31, #32
|2018-02-11 |0.6 |C. Portele |2,6,7,8 |address issue #25
|2018-02-27 |0.7 |C. Portele |2,6,B |address issue #3
|2018-02-27 |0.7 |C. Portele |all |address issues #3, #12, #22, #23, #24
|===
4 changes: 2 additions & 2 deletions core/standard/clause_10_media_types.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ JSON media types that would typically be used in a WFS that supports JSON are
XML media types that would typically occur in a WFS that supports XML are

* `application/xml` for feature collection metadata,
* `application/gml+xml;version=3.2` for any GML 3.2 feature collections and features, and
* `application/gml+xml;version=3.2;profile=http://www.opengis.net/def/profile/ogc/2.0/gml-sf0` for GML 3.2 feature collections and features conforming to the GML Simple Feature Level 0 profile.
* `application/gml+xml;version=3.2` for any GML 3.2 feature collections and features,
* `application/gml+xml;version=3.2;profile=http://www.opengis.net/def/profile/ogc/2.0/gml-sf0` for GML 3.2 feature collections and features conforming to the GML Simple Feature Level 0 profile, and
* `application/gml+xml;version=3.2;profile=http://www.opengis.net/def/profile/ogc/2.0/gml-sf2` for GML 3.2 feature collections and features conforming to the GML Simple Feature Level 2 profile.

The typical HTML media type for all "web pages" in a WFS would be `text/html`.
Expand Down
4 changes: 2 additions & 2 deletions core/standard/clause_5_conventions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ a phrase that a component in the API definition of the server must be
In this case, the following changes to the pre-defined OpenAPI component
are permitted:

* If the OpenAPI schema component contains an `xml` property, but XML is not
an encoding that is supported by the service, the xml properties may be removed.
* If the server supports an XML encoding, `xml` properties may be added to
the relevant OpenAPI schema components.
* The range of values of a parameter or property may be extended (additional
values) or constrained (if only a subset of all possible values are applicable
to the service). An example for a constrained range of values is to explicitly
Expand Down
Loading