Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to use Open API 3.0 with HTTP/2 agents, you require an Open API profile configuration. You select the profile that you configure in the HTTP/2 Server agent configuration. In the Open API profile configuration, you import your OpenAPI specification file and view any other included files defined by the specification.

Note
titleNote!Good to know
  • All schemas that require a UDR must be named. Due to a limitation in the third-party parsing library used by OpenAPI, unnamed schemas cannot be detected and will not generate a corresponding UDR. Therefore, you must name all schemas that require a UDR.
  • Field names in the yaml specification file containing symbols below will be replaced with unique string of characters during the UDR generation process. 
    • @
    • ->
    • _40_
    • .
    • ->
    • _2E_
    • -
    • ->
    • _2D_

For example, the field "test-name" will be converted into "test_2D_name" as a UDR.

...