Skip to content

[BUG]ref error after convertion #66

Open
@shiningstarts

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions