{
  "$schema": "http://json-schema.org/draft-07/schema",
  "title": "JSON schema for .circleci/config.yml",
  "definitions": {
    "default": {
      "type": "object",
      "properties": {
        "only": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "ignore": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}
