{
  "type": "object",
  "title": "TenureChangeTransaction",
  "description": "Describes representation of a Type 7 Stacks transaction: Tenure Change",
  "allOf": [
    {
      "$ref": "./abstract-transaction.schema.json"
    },
    {
      "$ref": "./transaction-7-tenure-change-metadata.schema.json"
    }
  ]
}
