posh-providers/base.schema.json
2025-09-19 16:29:28 +02:00

8 lines
233 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/schemas/extended-schema.json",
"allOf": [
{ "$ref": "https://raw.githubusercontent.com/foomo/posh/refs/heads/main/posh.schema.json" }
]
}