Skip to content

Commit

Permalink
docs: added tags to to group operations
Browse files Browse the repository at this point in the history
  • Loading branch information
schuur committed Oct 18, 2024
1 parent b872bc5 commit 32ebe04
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pact-openapi-2.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ info:
maintained by the WBCSD PACT project and intended to be used by organizations
that wish to exchange PCF data with other organizations. The specifications
are designed to be technology-agnostic.
tags:
- name: footprint
description: Synchronous retrieval of footprints
- name: event
description: Asynchronous exchange of footprints
paths:
/footprints:
get:
Expand Down Expand Up @@ -147,6 +152,7 @@ paths:
Post an event to the system. The event will be processed by the system
and may trigger further actions.
operationId: post_event
tags: [event]
requestBody:
content:
application/json:
Expand Down
6 changes: 6 additions & 0 deletions pact-openapi-2.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ info:
maintained by the WBCSD PACT project and intended to be used by organizations
that wish to exchange PCF data with other organizations. The specifications
are designed to be technology-agnostic.
tags:
- name: footprint
description: Synchronous retrieval of footprints
- name: event
description: Asynchronous exchange of footprints
paths:
/footprints:
get:
Expand Down Expand Up @@ -147,6 +152,7 @@ paths:
Post an event to the system. The event will be processed by the system
and may trigger further actions.
operationId: post_event
tags: [event]
requestBody:
content:
application/json:
Expand Down
6 changes: 6 additions & 0 deletions pact-openapi-2.3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ info:
maintained by the WBCSD PACT project and intended to be used by organizations
that wish to exchange PCF data with other organizations. The specifications
are designed to be technology-agnostic.
tags:
- name: footprint
description: Synchronous retrieval of footprints
- name: event
description: Asynchronous exchange of footprints
servers:
- url: https://dev.wbcsd.org/pact/2
description: Development server
Expand Down Expand Up @@ -149,6 +154,7 @@ paths:
Post an event to the system. The event will be processed by the system
and may trigger further actions.
operationId: post_event
tags: [event]
requestBody:
content:
application/json:
Expand Down

0 comments on commit 32ebe04

Please sign in to comment.