Skip to content

Commit

Permalink
Re-add x-version-added for geo types.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Sep 9, 2024
1 parent 6b641b4 commit cf2ac23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/schemas/_common.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ components:
- recursive
- term
XyPointProperty:
# x-version-added: 2.4
x-version-added: '2.4'
allOf:
- $ref: '#/components/schemas/DocValuesPropertyBase'
- type: object
Expand All @@ -952,7 +952,7 @@ components:
required:
- type
XyShapeProperty:
# x-version-added: 2.4
x-version-added: '2.4'
allOf:
- $ref: '#/components/schemas/DocValuesPropertyBase'
- type: object
Expand Down
2 changes: 1 addition & 1 deletion spec/schemas/_common.query_dsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ components:
required:
- shape
XyShapeQuery:
x-version-added: 2.4
x-version-added: '2.4'
allOf:
- $ref: '#/components/schemas/QueryBase'
- type: object
Expand Down
2 changes: 1 addition & 1 deletion spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ components:
required:
- wkt
XyLocation:
x-version-added: 2.4
x-version-added: '2.4'
description: |-
A two-dimensional Cartesian point specified by x and y coordinates. It can be represented in various ways:
- as a `{x, y}` object
Expand Down

0 comments on commit cf2ac23

Please sign in to comment.