Skip to content

Commit

Permalink
Add regular expression for asset id to JSON-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 12, 2021
1 parent b0d242a commit 8fc7c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/static/ogmios.wsp.json
Expand Up @@ -4665,6 +4665,7 @@
{ "coins": { "$ref": "#/definitions/Lovelace" }
, "assets":
{ "type": "object"
, "propertyNames": "^[0-9a-z]{56}(.[0-9a-z]{1,64})?$"
, "additionalProperties": { "$ref": "#/definitions/AssetQuantity" }
}
}
Expand Down

0 comments on commit 8fc7c7a

Please sign in to comment.