-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi @frankkilcommins,
I'm thinking of the corner case around section https://spec.openapis.org/arazzo/v1.0.1.html#requestbody-object-example, specifically Request Body Object.payload field. The filed is defined as Any but can contain Runtime expressions inside it. This might introduce ambiguity in a case where my data looks like a Runtime expression:
contentType: application/json
payload:
petOrder:
petId: $inputs.pet_id # I want this not be evaluated as runtime expression
couponCode: $inputs.coupon_code
quantity: $inputs.quantity
status: placed
complete: falseWhat I mean is that sometimes data might be looking like runtime expressions, but it's just a data. IMHO this mixing introduces ambiguity which is hard to get out of.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels