let Resource = ./Resource.dhall

in  { get : Optional Text
    , resource : Resource
    , params : Optional ./JSONObject.dhall
    , version : Optional ./GetVersion.dhall
    , passed : Optional (List Text)
    , trigger : Optional Bool
    , tags : Optional (List Text)
    , timeout : Optional Text
    , attempts : Optional Natural
    }