#1 2025-05-22 09:37:00

zen010101
Member
Registered: 2024-06-15
Posts: 113

mopenapi exception

Fatal exception EOpenApi raised with message
  TPascalException.Create: unsupported schema for {"description":"","content":{"*/*":{"schema":{"type":"object","properties":{}},"example":"Bad Request"}},"headers":{}}

here is code snippets:

          "400": {
            "description": "",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {}
                },
                "example": "Bad Request"
              }
            },
            "headers": {}
          },

Offline

Board footer

Powered by FluxBB