{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/files_with_description",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Файлы с описанием",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "title": "Описание"
    },
    "files": {
      "$ref": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/files",
      "title": " "
    }
  }
}
