-
Example:
```typespec
model Bar {
name: utcDateTime;
}
@@Tcgc.alternateType(Bar.name, string, "python");
```
Rationale is to be able to express in TypeScript autorest Swagger directive rules like t…
-
I want to rename or hide the link highlighted in red in the picture. How can I do it? Thank you
![Snipaste_2024-10-11_15-25-37](https://github.com/user-attachments/assets/d00220af-8b03-46ac-afb9-e23…
-
##### Description
When i try to generate JAVA17/jakarta compatible Code with the jaxrs-cxf-client generator i get jakarta imports due to the property `true`, but i still get imports for swagger…
-
Another question, or perhaps a suggestion for improvement.
Is it possible to set an OpenAPISchemaProperty as an object that references another OpenAPISchema like this?
```
namespace ApiPlugin\M…
-
As a developer,
I want to define the OpenAPI specification for the Anonymised Data Service API,
So that the API endpoints are clearly documented and accessible for integration and usage by other servi…
-
Hello,
I got these swagger:meta, swagger:route, swagger:response etc. But I could not understand the swagger:model and when I use it where ?
I just added this in my go file but it is not appear in m…
-
Hi! 👋
Firstly, thanks for your work on this project! It’s awesome!
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `swagger-express-ts@1.1.0` for the project…
-
**Describe the bug**
I was generating TypeScript models with the Storefront Swagger JSON and got this error:
> ERROR ✘ Every operation must have a unique operationId.
And looking at the Sw…
-
**Describe the bug**
```csharp
public record Param
{
string Abc;
}
interface A
{
public Task TestAsync(Param param, CancellationToken cancel = default);
public record Param…
-
### Clear and concise description of the problem
This is an idea when we tried to solve the breaking [issue](https://github.com/Azure/typespec-azure/issues/1717) during migrating swagger to typespec …