{
  "type": "object",
  "title": "ContractCallTransaction",
  "description": "Describes representation of a Type 2 Stacks 2.0 transaction: Contract Call",
  "allOf": [
    {
      "$ref": "./abstract-transaction.schema.json"
    },
    {
      "$ref": "./transaction-2-contract-call-metadata.schema.json"
    }
  ]
}
