Skip to content

Commit

Permalink
bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 23, 2024
1 parent 2ed1d20 commit 7b23d01
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions .microcks/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ info:
[![Run In Postman](https://run.pstmn.io/button.svg
=128pxx32px)](https://app.getpostman.com/run-collection/9265903-7a75a0d0-b108-4436-ba54-c6139698dc08?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D9265903-7a75a0d0-b108-4436-ba54-c6139698dc08%26entityType%3Dcollection%26workspaceId%3Df507f69d-9564-419c-89a2-cb8e4c8c7b8f)
version: 1.0.0
version: 1.2.0
contact:
name: Train Support
url: 'https://example.com/support'
Expand Down Expand Up @@ -270,7 +270,10 @@ paths:
data:
type: array
items:
$ref: '#/components/schemas/Trip'
allOf:
- $ref: '#/components/schemas/Trip'
- $ref: '#/components/schemas/Links-Origin'
- $ref: '#/components/schemas/Links-Destination'
- properties:
links:
allOf:
Expand Down Expand Up @@ -824,6 +827,20 @@ components:
self:
type: string
format: uri
Links-Destination:
type: object
description: The link to the destination station resource.
properties:
self:
type: string
format: uri
Links-Origin:
type: object
description: The link to the origin station resource.
properties:
self:
type: string
format: uri
Links-Pagination:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info:
Experiment with this API in Postman, using our Postman Collection.
[![Run In Postman](https://run.pstmn.io/button.svg =128pxx32px)](https://app.getpostman.com/run-collection/9265903-7a75a0d0-b108-4436-ba54-c6139698dc08?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D9265903-7a75a0d0-b108-4436-ba54-c6139698dc08%26entityType%3Dcollection%26workspaceId%3Df507f69d-9564-419c-89a2-cb8e4c8c7b8f)
version: 1.1.0
version: 1.2.0
contact:
name: Train Support
url: https://example.com/support
Expand Down

0 comments on commit 7b23d01

Please sign in to comment.