You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: taprpc/mintrpc/mint.swagger.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -400,10 +400,11 @@
400
400
"taprpcAssetMetaType": {
401
401
"type": "string",
402
402
"enum": [
403
-
"META_TYPE_OPAQUE"
403
+
"META_TYPE_OPAQUE",
404
+
"META_TYPE_JSON"
404
405
],
405
406
"default": "META_TYPE_OPAQUE",
406
-
"description": " - META_TYPE_OPAQUE: Opaque is used for asset meta blobs that have no true structure and instead\nshould be interpreted as opaque blobs."
407
+
"description": " - META_TYPE_OPAQUE: Opaque is used for asset meta blobs that have no true structure and instead\nshould be interpreted as opaque blobs.\n - META_TYPE_JSON: JSON is used for asset meta blobs that are to be interpreted as valid JSON\nstrings."
0 commit comments