Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vertx-dev] Vertx Json Validation Problem
  • From: adrien ruffie <adriennolarsen@xxxxxxxxxx>
  • Date: Thu, 4 May 2023 08:08:14 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5hkzSbq4XR6VpoqDexLWTojbvQfLmZgxnSdgGISn3+I=; b=mDZoaByaM3GiHPYG43gs75cjVCIBB95yMbxe2IeG7dN3tLZt7Y8IkgIms6qAS09HlpDPu/cEfgfsvusoKX1XNmZ6YhDT4vSDr1O55nTp68Vvy3M22ienmhX245wB1Q41ALKCxB7h1y9cmw5IDjovq5lDHgYNokV9r47vPlY1XIYhTMrLYio/VnxeFogOqDb7B2PiNWBq/+TcCnFJHJ4cErSy4ZQVf46y2nwSWhnzae8YZlY8bUcg5VvwMSfphBdJas2Bdj0kBWFBpk+nsMQqLUgkW/+ZQ5M/WZxffNq3oOnhW4eGErxAWc7J7WKwwMAdjw+luMQYoUQ/JpiU3pqHpQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=R91L4k1yRqG9Sxb+t3cp/U7D2gE1nI066YzwudjbHWkXGUjrLfODVdq1qG14pKYpf8uKAbTu7XwRx9QDhvGM7JIbUhyvglalKxzqTTQKwBxTSd5DDqbQQmcUR/Wi79HqMgIrdTrXd/VU/AAgP7dHgffXtdhi4ncA+5QRpP9D1/tpkWQb+/BI72lGZrLFlwhzD5azvKYUJbkGuDKQLFkD5hskMCNA6OB1jqa41QCceseC899XBMtwcA/P7uRFZbvgx0ku+wQwcrqTlSsB1Fe+bXnNeLvfR2ZihuZgOsghF3eR5JOogDcvADwZxkVZQuc1cuxpKXC9Qd9uIeNkSjwQRw==
  • Delivered-to: vertx-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/vertx-dev/>
  • List-help: <mailto:vertx-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/vertx-dev>, <mailto:vertx-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/vertx-dev>, <mailto:vertx-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZfl8iAwmix90/J0+fSPyypg+WDA==
  • Thread-topic: Vertx Json Validation Problem

Dear all,

I'm facing a problem with Vertx Json Validation that I described on stackoverflow:



any one have a idea plz ?
Because I think one of my json schema isn't take in account in totality, because a ref to an internal type of a first schema isn't found and I don't know how to use 2 schemas for validation.

Do you have and idea plz ? I use Vertx 4.3.4

Thank a lot and best regards

Adrien

Back to the top