Skip to content

Error: User Token doesn't adhere to regular expression ^[a-zA-Z0-9\.\-_]+$] #78

@DarthDobber

Description

@DarthDobber

Here is the User Token section from the Swagger.json I am attempting to load.

    "securitySchemes": {
      "User Token": {
        "type": "http",
        "description": "Enter User Token **_only_**",
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "security": [
    {
      "User Token": [ ]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    incompleteWe need more information.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions