Skip to content

Commit

Permalink
chore: update example output
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Nov 1, 2023
1 parent b66f1db commit 98c5523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ components:
- example: /some/path/_id_number_/template
type: string
format: uri-reference
- $ref: '#/components/schemas/hash-949ca8b37ea72edb5d2a99579d7f8e77bab63f43a8e2dc6a7788ae9404b493bd'
- $ref: '#/components/schemas/hash-cb758f651fb245708a22c16f571257df5fc461175d089af9284f8d2c38125453'
obj2:
allOf:
- $ref: '#/components/schemas/obj1'
Expand All @@ -217,7 +217,7 @@ components:
type: integer
minimum: 0
maximum: 999
hash-949ca8b37ea72edb5d2a99579d7f8e77bab63f43a8e2dc6a7788ae9404b493bd:
hash-cb758f651fb245708a22c16f571257df5fc461175d089af9284f8d2c38125453:
type: object
properties:
name:
Expand All @@ -227,4 +227,4 @@ components:
children:
type: array
items:
$ref: '#/components/schemas/hash-949ca8b37ea72edb5d2a99579d7f8e77bab63f43a8e2dc6a7788ae9404b493bd'
$ref: '#/components/schemas/hash-cb758f651fb245708a22c16f571257df5fc461175d089af9284f8d2c38125453'

0 comments on commit 98c5523

Please sign in to comment.