{
  "$schema": "http://json-schema.org/schema",
  "$id": "otus-translation-resolve-ng-locales",
  "title": "Angular t9n locale resolver",
  "description": "Resolves the available locales from the @angular/common package",
  "type": "object",
  "properties": {
    "dist": {
      "type": "string",
      "format": "path",
      "default": "src",
      "description": "The output path of the locales.",
      "x-prompt": "Where should the locales be saved to?"
    }
  },
  "required": ["dist"]
}
