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
orcontent
schema
must havetype
- e.g. schema for
application/octet-stream
should be{"type": "string", "format": "binary"}
- e.g. schema for
- operation objects must contain
operationId