{
  "id": "http://edoc-schema.kzn.ru/document/ru/uslugi/definitions/signature",
  "$schema": "http://json-schema.org/draft-06/schema#",
  "description": "Подпись",
  "type": "object",
  "properties":{
    "type": {"type": "string"},
    "algorithm": {"type": "string"},
    "signature": {"type": "string"}
  }
}
