Skip to content

Commit c284d54

Browse files
authored
Add pitcms schema (#5342)
Add JSON schema for pitcms, a Git-based headless CMS. Schema is self-hosted at https://pitcms.net/schema/pitcms.schema.json
1 parent 093af77 commit c284d54

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9320,6 +9320,12 @@
93209320
"name": "Espanso config.yml",
93219321
"description": "define HOW Espanso acts",
93229322
"url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json"
9323+
},
9324+
{
9325+
"name": "pitcms",
9326+
"description": "Configuration file for pitcms - a Git-based headless CMS",
9327+
"fileMatch": ["pitcms.json", "pitcms.jsonc"],
9328+
"url": "https://pitcms.net/schema/pitcms.schema.json"
93239329
}
93249330
]
93259331
}

0 commit comments

Comments
 (0)