{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/document_with_name",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Документ",
  "type": "object",
  "properties": {
    "document": {
      "$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/document"
    },
    "name": {
      "type": "string",
      "title": "Название документа"
    }
  }
}
