{
  "$schema": "http://json-schema.org/schema",
  "$id": "ExposeAsSchematic",
  "title": "",
  "type": "object",
  "properties": {
    "projects": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "project": {
      "type": "string"
    }
  },
  "required": []
}
