From 45bc0a4394ba93977ace75c3dd3b04ea6d056a8c Mon Sep 17 00:00:00 2001 From: Sebastien Mondet Date: Mon, 25 Nov 2024 09:34:47 -0500 Subject: [PATCH] Add the `"bytes"` str-format --- lib/json_schema.atd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/json_schema.atd b/lib/json_schema.atd index 83f63f2..7b82bc8 100644 --- a/lib/json_schema.atd +++ b/lib/json_schema.atd @@ -39,6 +39,7 @@ type str_format = [ | Email | Idn_email | Decimal + | Bytes | Field_mask ]