{
  "$id": "sale.get",
  "title": "sale.get",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "minLength": 1
    },
    "owner": {
      "$ref": "common#/definitions/owner"
    }
  }
}
