Skip to content

Instantly share code, notes, and snippets.

@c-b-g-m
c-b-g-m / hr-tech-article-schema.json
Created January 16, 2026 22:16
HR Tech Article JSON Schema for Zapier/Supabase Integration
{
"type": "object",
"properties": {
"articles": {
"type": "array",
"items": {
"type": "object",
"properties": {
"headline": {
"type": "string"