{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://aiosforge.dev/schemas/i18n-add.schema.json",
  "title": "AIOSON i18n:add --json output",
  "type": "object",
  "required": ["ok", "locale", "filePath", "overwritten", "dryRun"],
  "properties": {
    "ok": { "type": "boolean", "const": true },
    "locale": { "type": "string" },
    "filePath": { "type": "string" },
    "overwritten": { "type": "boolean" },
    "dryRun": { "type": "boolean" }
  },
  "additionalProperties": true
}
