Resource.dhall 279 B

12345678910
  1. { name : Text
  2. , type : ./ResourceType.dhall
  3. , source : Optional (List ./TextTextPair.dhall)
  4. , version : Optional (List ./TextTextPair.dhall)
  5. , params: Optional (List ./TextTextPair.dhall)
  6. , check_every: Optional Text
  7. , tags: Optional (List Text)
  8. , webhook_token: Optional Text
  9. }