UNPKG

@tradle/models

Version:
26 lines 441 B
{ "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" } ] }