diff --git a/openapi.yml b/openapi.yml index bde9d68..2b73953 100644 --- a/openapi.yml +++ b/openapi.yml @@ -216,26 +216,6 @@ paths: schema: type: string - # /users/{id}: - - # get: - # tags: - # - user - # parameters: - # - name: id - # in: path - # required: true - # schema: - # type: integer - # summary: Get information about a user - # responses: - # "200": - # description: OK - # content: - # application/json: - # schema: - # $ref: "#/components/schemas/User" - components: securitySchemes: bearerAuth: @@ -255,17 +235,17 @@ components: type: string pattern: '^v?\d+\.\d+\.\d+(?:-.+)?$' examples: - - v1.0.0 - - v2.3.4 - - 1.3.0 - - v1.0.0-beta + - "v1.0.0" + - "v2.3.4" + - "1.3.0" + - "v1.0.0-beta" GDVersionString: type: string examples: - - 2.200 - - 2.204 - - 2.205 + - "2.200" + - "2.204" + - "2.205" GDVersionObject: type: object @@ -291,35 +271,6 @@ components: - type: "null" - $ref: "#/components/schemas/GDVersionString" - UserSimple: - type: object - properties: - id: - type: integer - name: - type: string - required: - - id - - name - - User: - type: object - properties: - id: - type: integer - name: - type: string - examples: - - mat - github: - type: string - description: GitHub username - examples: - - matcool - required: - - id - - name - Mod: type: object properties: