{
  "id": "tradle.SourceType",
  "title": "Source Type",
  "subClassOf": "tradle.Enum",
  "type": "tradle.Model",
  "properties": {
    "sourceType": {
      "displayName": true,
      "type": "string"
    }
  },
  "enum": [
    {
      "id": "commercial",
      "title": "Commercial"
    },
    {
      "id": "governmental",
      "title": "Governmental"
    },
    {
      "id": "commercialAPI",
      "title": "Commercial API"
    }
  ]
}