{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "slug": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "titleId": {
        "type": "string"
      },
      "versionDate": {
        "type": "string"
      },
      "included": {
        "type": "boolean"
      }
    },
    "required": [
      "slug",
      "name",
      "titleId",
      "versionDate",
      "included"
    ],
    "additionalProperties": false
  },
  "$defs": {}
}
