Mark Cowlishaw

Results 111 comments of Mark Cowlishaw

@NielsCo Can you elaborate on the scenario where you would use this sort of API definition?

Thanks, that helps. Definitely an issue we want to fix, but this helps us weigh the priority

@markcowl find duplicate design issue,

Related to existing design issue: https://github.com/microsoft/typespec/issues/160

- look at additional http verbs supported by OpenAPI3.1

@ouvreboite That is covered by #2700, although the 'simple' example is a bit buried in the details: ```typespec model Foo { type: "bar" | "baz" @jsonExample("2023-03-01T19:00:00Z") createdAt: utcDateTime; } ```...

Note that, even property examples potentially have versioning implications, as example values can become obsolete over time

@ouvreboite Please let us know if this implementation will enable what you need, or if you have questions or concerns.