You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*] Conversion: I have checked my source definition is valid OpenAPI 2.0
[*] Conversion: On valid OpenAPI 2.0 input, the conversion looks wrong
Detailed Description
Source tidbit:
"NafnMaka": {
"description": "Nafn maka",
"type": "string"
},
"TekjurNamsmanns": {
"$ref": "#/definitions/TekjurContract",
"description": "Inniheldur eina færslu í fylki af tekjuskráningu námsmanns ef tekjuskráning finnst annars enga færslu"
},
Result tidbit:
NafnMaka:
description: Nafn makatype: stringTekjurNamsmanns:
$ref: "#/components/schemas/TekjurContract"
Description is missing on all properties that have a $ref
Other stuff
Running npm package
"swagger2openapi": "7.0.8",
The text was updated successfully, but these errors were encountered:
Checklist
Detailed Description
Source tidbit:
Result tidbit:
Description is missing on all properties that have a
$ref
Other stuff
Running npm package
"swagger2openapi": "7.0.8",
The text was updated successfully, but these errors were encountered: