{
  "$schema": "http://json-schema.org/schema",
  "$id": "SchematicsApolloAngularInstall",
  "title": "Apollo Angular Install Options Schema",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project.",
      "$default": {
        "$source": "projectName"
      }
    },
    "endpoint": {
      "type": "string",
      "minLength": 0,
      "default": "",
      "x-prompt": "Url to your GraphQL API"
    },
    "graphql": {
      "type": "string",
      "minLength": 0,
      "default": "16",
      "x-prompt": "Version of GraphQL"
    }
  },
  "required": []
}
