lbispham

Results 3 issues of lbispham

Can you remove this log message or at least set it to debug level instead of info? It's clogging up the log files when we process lots of images. Is...

After the objects are serialized to JsonSchema, I need to add another field. BEFORE: { "schema": { "type": "object", "id": "urn:jsonschema:io:asfjava:ui:core:schema:Conditional", "properties": { "needColor": { "type": "boolean" }, "color": {...

### Description I would like a simple boolean field (a single checkbox) for a field called "Enabled". ![booleancheckbox](https://user-images.githubusercontent.com/35499739/37352539-d7020418-26b3-11e8-845c-78ac87f3c813.PNG) In Angular Schema Form, I can accomplish this with the following: ![boolean](https://user-images.githubusercontent.com/35499739/37352531-cf8a8084-26b3-11e8-9ac5-14c1a4035c30.PNG)...