Versions Compared

Key

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

...

Setting

Description

Import

Imports the Open API specification file from the local file directory of the desktop or desktop client.

Click on this button again after a file has been imported, to import another Open API specification file to overwrite the previously imported specification file.

View

Opens the selected OPEN API schema file. 

Advanced Tab

...

Open API schema file. 

Referenced Files

Lists the yaml files that are already imported into the Open API profile. Clicking on any of the records in the list will allow you to view the yaml file or remove it from the profile.

Clicking on the Import button on the Reference Files will allow you to import the reference files for the main Open API specification file as well as any other reference files that are required.

Importing Open API Specification Files

  1. Users can choose to import or upload the yaml specification files via the following:

    1. Browse and select from local directory

    2. Drag and drop the file(s) to the Import Open API file dialog box

      openapi_importyaml.pngImage Added
  2. For any files that contain missing dependencies, you can choose to import or upload the referenced files via the following:

    1. Browse and select from local directory

    2. Drag and drop the file(s) to the Import referenced Open API file(s) dialog box

    openapi_import_reffiles.pngImage Added
  3. To view each Referenced file, select the .yaml file from the table and click View Schema

  4. To remove the .yaml file from the table, click Remove.

Advanced Tab

...

Setting

Description

Ignore Read Only Tag

Select this option to ignore the readOnly tag in the schema file.

Info

Info!

When UDRs are generated from the OpenAPI specification file, some UDR fields found in the response body are marked as read-only. This prevents HTPP/2 Server from setting these fields in the APL to generate a proper response.

By selecting this option, it allows HTTP/2 Server agents to be able to set the readOnly fields in the APL for use cases that require a response from the HTTP/2 Server agent. 

Add “additionalProperties: false” to component schemas

Select this option to add the “additionalProperties: false” to each component in the schema file.

...