Design Proposals
This is a live, public document to track our not-yet-scheduled dev work and gauge demand for new features.
Please give feedback on the discord - we also run surveys and votes there for features and feedback.
Standard Schemas
It would be really useful if certain feeds were in a standardised format. Consider website uptime checks - it would be very useful if the format was standardised to something like this;
{
"reportTime": 8976342872354689,
"site": "www.example.com",
"status": "ok",
"components": {
"web": "ok",
"api": "ok",
"etc": "..."
}
}
This means that everyone subscribing to your uptime check is able to use the same parser code as for every other service they use.
The main thing to solve here is how to manage these - ideally one or more community members would publish and maintain each specification.