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