{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/department",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Департамент",
  "type": "object",
  "properties": {
    "short_name":{"type": "string"},
    "full_name":{"type": "string"},
    "official_name":{"type": "string"}
  }
}
