{
  "$schema": "http://json-schema.org/schema",
  "$id": "IndexJsonSchema",
  "title": "",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "The name of the project whose JSON schemas should be indexed.",
      "examples": ["my-lib"]
    }
  },
  "required": ["project"]
}
