{
  "id": "tradle.DeliveryErrorStatus",
  "subClassOf": "tradle.Enum",
  "title": "Country",
  "sort": "country",
  "type": "tradle.Model",
  "properties": {
    "country": {
      "displayName": true,
      "type": "string"
    }
  },
  "enum": [
    {
      "id": "stuck",
      "title": "Stuck"
    },
    {
      "id": "retrying",
      "title": "Retrying"
    }
  ]
}
