{
  "title": "CiteGroup",
  "@id": "stencila:CiteGroup",
  "extends": "Entity",
  "role": "secondary",
  "status": "unstable",
  "description": "A group of `Cite` nodes\n",
  "properties": {
    "type": {
      "@id": "schema:type",
      "description": "The name of the type.",
      "type": "string",
      "enum": [
        "CiteGroup"
      ],
      "default": "CiteGroup",
      "from": "Entity"
    },
    "id": {
      "@id": "schema:id",
      "description": "The identifier for this item.",
      "type": "string",
      "from": "Entity"
    },
    "meta": {
      "@id": "stencila:meta",
      "description": "Metadata associated with this item.",
      "type": "object",
      "from": "Entity"
    },
    "items": {
      "@id": "schema:itemListElement",
      "type": "array",
      "description": "One or more `Cite`s to be referenced in the same surrounding text.",
      "items": {
        "$ref": "Cite.schema.json"
      },
      "from": "CiteGroup",
      "aliases": [
        "item"
      ]
    }
  },
  "required": [
    "type",
    "items"
  ],
  "file": "CiteGroup.schema.yaml",
  "children": [],
  "descendants": [],
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schema.stenci.la/v0/CiteGroup.schema.json",
  "source": "https://github.com/stencila/schema/blob/master/CiteGroup.schema.yaml",
  "type": "object",
  "propertyAliases": {
    "item": "items"
  },
  "additionalProperties": false
}
