Resource.dhall 273 B

1234567891011
  1. { name : Text
  2. , type : ./ResourceType.dhall
  3. , icon : Optional Text
  4. , source : Optional ./JSONObject.dhall
  5. , version : Optional (List ./TextTextPair.dhall)
  6. , check_every : Optional Text
  7. , tags : Optional (List Text)
  8. , public: Optional Bool
  9. , webhook_token : Optional Text
  10. }