{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "locales": {
      "type": "array",
      "items": { "type": "string" },
      "default": ["zh-Hans", "en"],
      "description": "支持的语言列表"
    }
  },
  "required": []
}
