Open
Description
ref error after convertion
"openapi": "3.0.1",
"components": {
"schemas": {
"dnsaccountmdl.TRow": {
"type": "object",
"properties": {
"auth_config": {
"type": "object",
"description": "auth config",
"allOf": [{ "$ref": "#/definitions/dnsaccount.TAuthConfig" }]
}
should be
"components": {
"openapi": "3.0.1",
"schemas": {
"dnsaccountmdl.TRow": {
"type": "object",
"properties": {
"auth_config": {
"type": "object",
"description": "auth config",
"allOf": [{ "$ref": "#/components/schemas/dnsaccount.TAuthConfig" }]
}
Metadata
Assignees
Labels
No labels