{
  "openapi": "3.1.1",
  "info": {
    "title": "DastaValidatorWeb.Net10 | v1",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://dasta4.cz/"
    }
  ],
  "paths": {
    "/api/validate": {
      "post": {
        "tags": [
          "PublicApi"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/convert/{targetFormat}": {
      "post": {
        "tags": [
          "PublicApi"
        ],
        "parameters": [
          {
            "name": "targetFormat",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "report",
            "in": "query",
            "schema": {
              "type": "boolean",
              "default": false
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "tags": [
    {
      "name": "PublicApi"
    }
  ]
}