Skip to content

Commit

Permalink
Add "field-mask" format
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Nov 24, 2024
1 parent 245bdf0 commit fb9dfd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/json_schema.atd
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ type str_format = [
| Email <json name="email">
| Idn_email <json name="idn-email">
| Decimal <json name="decimal">
| Field_mask <json name="field-mask">
]

type format = [
Expand Down

0 comments on commit fb9dfd8

Please sign in to comment.