IBM WebSphere · Example Payload

Websphere Getopenapidocument Example

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Websphere Getopenapidocument Example is an example object payload from IBM WebSphere, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getOpenApiDocument",
  "method": "GET",
  "path": "/openapi",
  "summary": "Get Openapi Document",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/yaml",
      "name": "Getopenapidocument200Example",
      "example": "example_value"
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getopenapidocument200Example",
      "example": {}
    }
  ]
}