{
    "$schema": "http://json-schema.org/schema",
    "id": "SchematicsApolloAngularInstall",
    "title": "Apollo Angular Install Options Schema",
    "type": "object",
    "properties": {
      "endpoint": {
        "type": "string",
        "minLength": 0,
        "default": "",
        "x-prompt": "Url to your GraphQL endpoint"
      }
    },
    "required": []
  }
