Skip to content

Commit aaa5fe4

Browse files
Update aspnetcore/fundamentals/openapi/include-metadata.md
1 parent 756ccc5 commit aaa5fe4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

aspnetcore/fundamentals/openapi/include-metadata.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -544,11 +544,6 @@ When the <xref:System.Text.Json.JsonSerializerOptions.NumberHandling> property i
544544
| double | [number,string] | double | pattern `<digits with decimal >` |
545545
| decimal | [number,string] | double | pattern `<digits with decimal >` |
546546

547-
548-
549-
550-
| C# Type | OpenAPI `type` | OpenAPI `format` | Other assertions |
551-
| -------------- | ---------------- | ---------------- | ------------------------------ |
552547
<!--
553548
| int | [integer,string] | int32 | pattern `<digits>` | pattern: `"^-?(?:0|[1-9]\\d*)$"`
554549
| long | [integer,string] | int64 | pattern `<digits>` |

0 commit comments

Comments
 (0)