Meeting: March 25th, 2025 #179
earth2marsh
announced in
Announcements
Replies: 2 comments
-
We discussed this example including the topic of whether server URL was part of the signature, and whether signatures in resources could only add to signature at the root or could override. openapi: 4.0.0
servers:
- url: https://{tenant}.com/api
variables:
tenant:
default: myshop
signature:
- serverUrl # Implicit
- uriTemplate
- method
resources:
fooAsCSV:
signature:
- headers: {"format"}
uriTemplate: /foo/{id}
operations:
- method: GET
fooAsJson:
signature:
- headers: {"format"}
uriTemplate: /foo/{id}
operations:
- method: GET
specialFoo:
uriTemplate: /foo/special
operations:
- method: GET
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Video is available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Weekly meetings happen on Tuesdays
Time: 4pm UTC / 9am Pacific
Zoom: https://zoom-lfx.platform.linuxfoundation.org/meeting/98869769538?password=d769f940-7da7-4de8-9fab-685a1cc8f33e
Accessibility & Etiquette
Agenda Structure
Whether attending or not, anyone can comment on this issue prior to the meeting to suggest topics or to add comments on planned topics or proposals.
Beta Was this translation helpful? Give feedback.
All reactions