Skip to content

Commit

Permalink
Specify default Property variant
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Nov 13, 2024
1 parent 43fc98b commit ea7d88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/schemas/_common.mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ components:
type: object
discriminator:
propertyName: type
x-default: 'object'

Check failure on line 112 in spec/schemas/_common.mapping.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
oneOf:
- $ref: '#/components/schemas/BinaryProperty'
- $ref: '#/components/schemas/BooleanProperty'
Expand Down

0 comments on commit ea7d88f

Please sign in to comment.