From 45cb0dd3c5a05f2c3ea9903d50b9a14edc7b383b Mon Sep 17 00:00:00 2001 From: Joscha Feth Date: Sat, 14 Dec 2024 04:57:04 +0000 Subject: [PATCH] docs: add `uri` as a supported data type (#2217) --- docs/supported-data-types.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supported-data-types.md b/docs/supported-data-types.md index cd5b340b3..2d8b32376 100644 --- a/docs/supported-data-types.md +++ b/docs/supported-data-types.md @@ -33,6 +33,7 @@ Below are the data types and features recognized by datamodel-code-generator for - ipv6 - hostname - decimal +- uri ### Other schema - enum (as enum.Enum or typing.Literal)