{
  "$schema": "http://json-schema.org/schema",
  "type": "array",
  "description": "A parent item",
  "items": {
    "$ref": "child.json"
  }
}