{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/linked_document",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Связанный документ",
  "type": "object",
  "properties": {
    "title": {"type": "string", "title": "Название"},
    "url": {"type": "string", "title": "Ссылка"},
    "link_type": {"type": "string", "title": "Тип ссылки"}
  }
}
