{"$id":"https://schemas.kuvasz-uptime.dev/integration-details-schema.schema.json","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"enabled":{"type":"boolean"},"excludedEvents":{"items":{"enum":["HTTP_UP","HTTP_DOWN","PUSH_UP","PUSH_DOWN","ICMP_UP","ICMP_DOWN","SSL_VALID","SSL_INVALID","SSL_WILL_EXPIRE"],"type":"string"},"type":"array"},"global":{"type":"boolean"},"id":{"type":"string"},"name":{"type":"string"},"type":{"enum":["EMAIL","PAGERDUTY","SLACK","TELEGRAM","DISCORD","WEBHOOK"],"type":"string"}},"required":["id","type","name","enabled","global","excludedEvents"],"title":"IntegrationDetailsSchema","type":"object"}