```
curl http://phabricator.internal.ontology.com/api/harbormaster.createartifact \
-d api.token=api-some-key\
-d buildTargetPHID=PHID-HMBT-some-phid \
-d artifactKey=jenkins.uri \
-d artifactData[uri]="http://build:8080/job/blah" \
-d artifactType=uri \
-d artifactData[name]="Jenkins Build" \
-d artifactData[ui.external]=1
```
Always complains with the following:
{"result":null,"error_code":"ERR-CONDUIT-CORE","error_info":"Parameter 'ui.external' has invalid type. Expected type 'optional bool', got type 'string'."}
What silly thing am I doing wrong?