Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
puellanivis committed Sep 19, 2024
1 parent 0b326c7 commit 8e786fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jsonschemas/WellKnown.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
{
"type": "boolean"
}
]
],
"description": "description"
},
"bytes_value": {
"oneOf": [
Expand Down Expand Up @@ -79,7 +80,7 @@
"type": "null"
},
{
"pattern": "^[0-9]+(\\.[0-9]{0,9})?s$",
"pattern": "^-?[0-9]+(\\.[0-9]{0,9})?s$",
"type": "string",
"format": "regex"
}
Expand Down

0 comments on commit 8e786fa

Please sign in to comment.