Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
  • Loading branch information
kolchfa-aws and dblock committed Sep 9, 2024
1 parent 70ac83a commit 17133e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
6 changes: 3 additions & 3 deletions spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ components:
type: number
- type: string
XyCartesianCoordinates:
x-version-added: 2.4
x-version-added: '2.4'
type: object
properties:
x:
description: The x coordinate
description: The x coordinate.
type: number
y:
description: The y coordinate
description: The y coordinate.
type: number
required:
- x
Expand Down

0 comments on commit 17133e3

Please sign in to comment.