globus / globus-flows-trigger-examples

Sample code for triggering Globus Flows using the Python watchdog library.
Apache License 2.0
12 stars 8 forks source link

Remove `object` properties that are incompatible with `string` types #9

Closed kurtmckee closed 1 year ago

kurtmckee commented 1 year ago

The schemas stated that specific keys were strings but then used properties that only apply to objects.

This is an improvement opportunity for the Flows service's input validation, but fixing this now may help users.

Also: Update a reference from "funcX" to "Globus Compute".