{
    "type": "object",
    "properties": {
        "assetId": {
            "type": [
                "null",
                "string"
            ]
        },
        "amount": {
            "$ref": "https://raw.githubusercontent.com/acrylplatform/acryl-transactions/master/src/schemas/IInvokeScriptPayment.json#/definitions/LONG"
        }
    },
    "required": [
        "amount",
        "assetId"
    ],
    "definitions": {
        "LONG": {
            "type": [
                "number"
            ]
        }
    },
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "https://raw.githubusercontent.com/acrylplatform/acryl-transactions/master/src/schemas/IInvokeScriptPayment.json"
}
