14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"name": "testing",
|
|
"title": "Testing",
|
|
"description": "A brief description of what this drop does",
|
|
"date": "2026-07-16",
|
|
"tags": ["tag1", "tag2", "tag3"],
|
|
"links": [
|
|
{
|
|
"label": "Source Code",
|
|
"url": "https://github.com/username/repo"
|
|
}
|
|
],
|
|
"notes": "Any additional notes or thoughts about this drop"
|
|
}
|