Commit 0d47419e authored by daniel-gonzalez-sanchez's avatar daniel-gonzalez-sanchez
Browse files

Including possible values for geoproperty query parameter as mandated by clause 4.7.

parent 73c21f81
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -189,7 +189,6 @@ paths:
        - $ref: '#/components/parameters/Path.entityId'
        # Query params
        - $ref: '#/components/parameters/Query.attrs'
        # REVIEW GeoProperty
        - $ref: '#/components/parameters/Query.geometryProperty'
        # REVIEW Options entities
        - $ref: '#/components/parameters/Query.lang'
@@ -2846,7 +2845,6 @@ components:
      schema:
        type: string
      required: false
    # REVIEW
    Query.datasetId:
      name: datasetId
      in: query
@@ -2913,7 +2911,6 @@ components:
        type: string
        format: pattern
      required: false
    # REVIEW (5.7.1 y 6.4.3/6.5.3)
    Query.geometryProperty:
      name: geometryProperty
      in: query
@@ -2942,7 +2939,6 @@ components:
            - Polygon
            - MultiPolygon
        required: false
    # REVIEW (5.7.1 y 6.4.3/6.5.3)
    Query.geoproperty:
      name: geoproperty
      in: query
@@ -2953,6 +2949,11 @@ components:
      explode: true
      schema:
        type: string
        enum:
          - location
          - observationSpace
          - operationSpace
        default: location
      required: false
    Query.georel:
      name: georel