{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "resources",
  "type": "array",
  "items": {
    "$ref": "schema/resource.schema.json"
  }
}