diff --git a/packages/token-history-contract/schema/v1/token-history-contract-documents.json b/packages/token-history-contract/schema/v1/token-history-contract-documents.json index c86a4d930d5..2263154e409 100644 --- a/packages/token-history-contract/schema/v1/token-history-contract-documents.json +++ b/packages/token-history-contract/schema/v1/token-history-contract-documents.json @@ -152,7 +152,7 @@ "amount": { "type": "integer", "minimum": 0, - "description": "The amount that was burned", + "description": "The amount that was minted", "position": 2 }, "note": { @@ -414,7 +414,8 @@ "minItems": 32, "maxItems": 32, "description": "The token ID", - "position": 0 + "position": 0, + "contentMediaType": "application/x.dash.dpp.identifier" }, "frozenIdentityId": { "type": "array", @@ -422,7 +423,8 @@ "minItems": 32, "maxItems": 32, "description": "The identity Id of the frozen token account", - "position": 1 + "position": 1, + "contentMediaType": "application/x.dash.dpp.identifier" } }, "required": [ @@ -668,8 +670,11 @@ }, "action": { "type": "integer", - "minimum": 0, - "description": "The action we are performing", + "enum": [ + 0, + 1 + ], + "description": "The action we are performing. 0 - Pause, 1 - Resume", "position": 1 } }, @@ -752,4 +757,4 @@ ], "additionalProperties": false } -} +} \ No newline at end of file