From 5d8d779ff25a6cefc67eaeef0819d4704e63aef6 Mon Sep 17 00:00:00 2001 From: Raman Varabets Date: Wed, 26 Jun 2024 08:23:18 +0000 Subject: [PATCH] Add decimal string format support --- lib/json_schema.atd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/json_schema.atd b/lib/json_schema.atd index c2d58d4..c10d2e8 100644 --- a/lib/json_schema.atd +++ b/lib/json_schema.atd @@ -32,6 +32,7 @@ type str_format = [ | Duration | Email | Idn_email + | Decimal ] type format = [