Files
Tiber365/.astro/collections/i18n.schema.json
2025-07-24 18:46:24 +02:00

10 lines
191 B
JSON

{
"$ref": "#/definitions/i18n",
"definitions": {
"i18n": {
"type": "object",
"additionalProperties": {}
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}