Skip to content

Instantly share code, notes, and snippets.

View ok-basil's full-sized avatar
🎯
Focusing

Okache "Al" Basil ok-basil

🎯
Focusing
View GitHub Profile
@ok-basil
ok-basil / block.json
Created April 30, 2026 18:13
Sample TechCabal article object
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://techcabal.com/schemas/article.json",
"title": "Article",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique article identifier"
},