We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756ccc5 commit aaa5fe4Copy full SHA for aaa5fe4
aspnetcore/fundamentals/openapi/include-metadata.md
@@ -544,11 +544,6 @@ When the <xref:System.Text.Json.JsonSerializerOptions.NumberHandling> property i
544
| double | [number,string] | double | pattern `<digits with decimal >` |
545
| decimal | [number,string] | double | pattern `<digits with decimal >` |
546
547
-
548
549
550
-| C# Type | OpenAPI `type` | OpenAPI `format` | Other assertions |
551
-| -------------- | ---------------- | ---------------- | ------------------------------ |
552
<!--
553
| int | [integer,string] | int32 | pattern `<digits>` | pattern: `"^-?(?:0|[1-9]\\d*)$"`
554
| long | [integer,string] | int64 | pattern `<digits>` |
0 commit comments