Replaces June's endpoint with a continuwuity endpoint. Adds a JSON schema. Closes #89 Closes #760
9 lines
No EOL
259 B
JSON
9 lines
No EOL
259 B
JSON
{
|
|
"$schema": "https://continuwuity.org/schema/announcements.schema.json",
|
|
"announcements": [
|
|
{
|
|
"id": 1,
|
|
"message": "Welcome to Continuwuity! Important announcements about the project will appear here."
|
|
}
|
|
]
|
|
} |