mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
8 lines
233 B
JSON
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" }
|
|
]
|
|
}
|