Informatievlaanderen / VSDS-LDESServer4J

Linked Data Event Streams Server for Java
https://informatievlaanderen.github.io/VSDS-LDESServer4J
European Union Public License 1.2
8 stars 8 forks source link

Doc: Swagger docs invalid #1260

Closed xdxxxdx closed 2 months ago

xdxxxdx commented 2 months ago

image Invalid warning on the bottom of the page:

{
   "messages":[
      "attribute info is missing"
   ],
   "schemaValidationMessages":[
      {
         "level":"error",
         "domain":"validation",
         "keyword":"required",
         "message":"object has missing required properties ([\"info\"])",
         "schema":{
            "loadingURI":"#",
            "pointer":""
         },
         "instance":{
            "pointer":""
         }
      }
   ]
}
jobulcke commented 2 months ago

Resolved in https://github.com/Informatievlaanderen/VSDS-LDESServer4J/pull/1273