OpenAPI specification validity

The OpenAPI schema for Orthanc 1.12.8 available from https://orthanc.uclouvain.be/api/orthanc-openapi.json is invalid:

  • header objects must contain either schema or content
  • schema must have type
    • e.g. schema for application/octet-stream should be {"type": "string", "format": "binary"}
  • operation objects must contain operationId