How to refer definitions from swagger in smartdocs

Not applicable

Hi team,


How can we to refer "definitions" from swagger in smartdocs?

for example :

"definitions": {
"AccountIdentifiers": {
"title": "AccountIdentifiers",
"type": "object",
"properties": {
"id": {
"type": "string",
"x-tag": 11,
"description": "Specifies a mandatory identifier to uniquely represent an Account."
},
"guid": {
"type": "string",
"x-tag": 12,
"description": "Specifies a GUID to represent an Account. GUID can also be used as a unique identifier ( \"id\" ) to represent an Account."
},
"name": {
"type": "string",
"x-tag": 13,
"description": "Specifies the name of an Account. In some systems , name could also be used as unique identifier ( \"id\" ) to represent an Account."
}
},
"x-extensions": {}
}
we want to extract properties (id, type, description) from the above example & use those parameters in template.hbr of smartdocs.

1 0 86
0 REPLIES 0