github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/pkg/model/schemas/invocation.ipldsch (about) 1 type Closure struct { 2 with URI 3 do Ability 4 inputs Any 5 } 6 7 type Task struct { 8 with URI 9 do Ability 10 inputs Any 11 meta {String : Any} (optional) 12 } 13 14 type URI string 15 type Ability string