Wikis - Page

Knowledge Doc: Cannot find type information for: 'no-name-0037-op02I'

0 Likes

launching imtkmake on an OPENAPI 3.0 json file generates a message :

Cannot find type information for: 'no-name-0037-op02I'

References in parameters are not well converted (See part below).
There is a no-name instead of the right name referenced.

- name: includePendingValidation
in: query
required: false
description: By default....
schema:
type: string
enum: [ "Yes", "No"]
# Pagination
- $ref: '#/components/parameters/skipParam'
- $ref: '#/components/parameters/takeParam'
- $ref: '#/components/parameters/sortByParam'
- $ref: '#/components/parameters/sortDirectionParam'
- $ref: '#/components/parameters/paginationTokenParam'

Full article: https://portal.microfocus.com/s/article/KM000016773

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended