chromium/tools/json_schema_compiler/test/crossref_enums_array.json

[
  {
    "namespace": "crossref_enums_array",
    "description": "The crossref API with only cross ref enums",
    "dependencies": ["simple_api"],
    "types": [
      {
        "id": "CrossrefType",
        "type": "object",
        "properties": {
          "testEnumArray": {
            "type": "array",
            "items": { "$ref": "simple_api.TestEnum" }
          }
        }
      }
    ]
  }
]