...
Note | ||
---|---|---|
| ||
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 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. |
Open API Profile View
Setting | Description | |||||
---|---|---|---|---|---|---|
Import | Import the OpenAPI specification file from where the desktop client is running. Upon successful import, the contents of the file will be displayed in the box below. | |||||
View | Opens the selected OPEN API schema file. | |||||
Ignore Read Only Tag | Select this option to ignore the readOnly tag in the specification file.
|
...