this repo has no description

fix openapi url

Changed files
+1 -1
.vscode
+1 -1
.vscode/settings.json
··· 8 8 "fileMatch": [ 9 9 "openapi.json" 10 10 ], 11 - "url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/refs/heads/main/schemas/v3.0/schema.json" 11 + "url": "https://spec.openapis.org/oas/3.0/schema/2021-09-28" 12 12 } 13 13 ] 14 14 }