{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://classifindr.com/schemas/webhooks/alert.v1.json","title":"Classifindr alert webhook v1","type":"object","additionalProperties":false,"required":["specversion","id","source","type","subject","time","datacontenttype","dataschema","data"],"properties":{"specversion":{"const":"1.0"},"id":{"type":"string","minLength":1},"source":{"const":"https://classifindr.com/webhooks"},"type":{"enum":["alert.listing.matched.v1","alert.listing.price_decreased.v1"]},"subject":{"type":"string","minLength":1},"time":{"type":"string","format":"date-time"},"datacontenttype":{"const":"application/json"},"dataschema":{"const":"https://classifindr.com/schemas/webhooks/alert.v1.json"},"data":{"type":"object","additionalProperties":false,"required":["schema_version","search","match","listing","change","truncation"],"properties":{"schema_version":{"const":1},"search":{"type":"object","additionalProperties":false,"required":["id","name","platforms","keywords","location","radius_km","price_min","price_max","price_is_free","category","condition","exclude_sold","poll_interval_seconds"],"properties":{"id":{"type":"string","format":"uuid"},"name":{"type":"string"},"platforms":{"type":"array","items":{"type":"string"}},"keywords":{"type":["string","null"]},"location":{"$ref":"#/$defs/location"},"radius_km":{"type":["integer","null"]},"price_min":{"type":["string","null"]},"price_max":{"type":["string","null"]},"price_is_free":{"type":"boolean"},"category":{"type":["string","null"]},"condition":{"type":["string","null"]},"exclude_sold":{"type":"boolean"},"poll_interval_seconds":{"type":"integer"}}},"match":{"type":"object","additionalProperties":false,"required":["id","matched_at","reason_code","matched_keywords","matched_rule_ids","ai_filter"],"properties":{"id":{"type":"string","format":"uuid"},"matched_at":{"type":"string","format":"date-time"},"reason_code":{"type":["string","null"]},"matched_keywords":{"type":"array","items":{"type":"string"}},"matched_rule_ids":{"type":"array","items":{"type":"string"}},"ai_filter":{"type":"object","additionalProperties":false,"properties":{"title_decision":{"type":["string","null"]},"photo_decision":{"type":["string","null"]},"final_decision":{"type":["string","null"]}}}}},"listing":{"type":"object","additionalProperties":false,"required":["id","platform","platform_listing_id","url","title","description","price","currency","location","thumbnail_url","posted_at","scraped_at"],"properties":{"id":{"type":"string","format":"uuid"},"platform":{"type":"string"},"platform_listing_id":{"type":"string"},"url":{"type":["string","null"],"format":"uri"},"title":{"type":"string"},"description":{"type":"string"},"price":{"type":["string","null"]},"currency":{"type":["string","null"]},"location":{"$ref":"#/$defs/location"},"thumbnail_url":{"type":["string","null"],"format":"uri"},"posted_at":{"type":["string","null"],"format":"date-time"},"scraped_at":{"type":"string","format":"date-time"}}},"change":{"type":"object","additionalProperties":false,"required":["type"],"properties":{"type":{"enum":["new_listing","price_decrease"]},"previous_price":{"type":["string","null"]},"current_price":{"type":["string","null"]},"currency":{"type":["string","null"]}}},"truncation":{"type":"object","additionalProperties":false,"required":["description","matched_keywords","matched_rule_ids"],"properties":{"description":{"type":"boolean"},"matched_keywords":{"type":"boolean"},"matched_rule_ids":{"type":"boolean"}}}}}},"$defs":{"location":{"type":["object","null"],"additionalProperties":false,"properties":{"display_name":{"type":["string","null"]},"short_name":{"type":["string","null"]},"country_code":{"type":["string","null"]},"country_name":{"type":["string","null"]},"admin1_name":{"type":["string","null"]},"admin2_name":{"type":["string","null"]},"locality":{"type":["string","null"]},"sublocality":{"type":["string","null"]},"postcode":{"type":["string","null"]}}}}}
