GetStep.dhall 342 B

12345678910111213
  1. let Resource = ./Resource.dhall
  2. in { get : Optional Text
  3. , resource : Resource
  4. , params : Optional ./JSONObject.dhall
  5. , version : Optional ./GetVersion.dhall
  6. , passed : Optional (List Text)
  7. , trigger : Optional Bool
  8. , tags : Optional (List Text)
  9. , timeout : Optional Text
  10. , attempts : Optional Natural
  11. }