Adam Altman
Adam Altman
There can also be multiple servers defined in a single OAD. It seems like there should be some way for the user to indicate (via inputs maybe) which server (and...
ChatGPT proposes this: ``` ^\$(?:url|method|statusCode|(?:request|response|message)\.(?:header\.[!#$%&'*+\-.^_`|~0-1]+|query\.[A-Za-z0-9_.-]+|path\.[A-Za-z0-9_.-]+|body(?:#(?:[^\/~]|~[01])*) )|inputs\.[A-Za-z0-9_.-]+|outputs\.[A-Za-z0-9_.-]+|steps\.[A-Za-z0-9_.-]+|workflows\.[A-Za-z0-9_.-]+|sourceDescriptions\.[A-Za-z0-9_.-]+|components\.[A-Za-z0-9_.-]+|components\.parameters\.[A-Za-z0-9_.-]+)$ ``` Not confident in that. Also, not confident what CHAR should mean (here it is limited to alphanumeric and `_.-` characters. See #253
I think we would want to consider min/max items in the schema definition as well?
I agree that it should accept a config for method order (maybe it can have a default for zero config). I can see particular people wanting to go in some...
Shall we push this one through to completion? Seems powerful.
Where would that ruleset be hosted @tatomyr ? It seems this is good as an example.
This seems like a good idea. What do you think @tatomyr ?
Can you share the corresponding OAS to reproduce?