Commit 89d0fa8c authored by Grant's avatar Grant
Browse files

chore: openapi spec

parent cd9391a3
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
    "redhat.vscode-yaml",
    "dbaeumer.vscode-eslint",
    "esbenp.prettier-vscode",
    "prisma.prisma"
    "prisma.prisma",
    "redocly.openapi-vs-code"
  ]
}
 No newline at end of file
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
    "https://raw.githubusercontent.com/docker/vscode-extension/6a88caada42b57090df7ce91ec2a6561b422afe1/misc/empty.json": [
      "compose*y*ml",
      "docker-compose*y*ml"
    ],
    "https://www.schemastore.org/openapi-3.X.json": "/openapi/spec.yml"
    ]
  }
}
 No newline at end of file
+198 −174

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@ properties:
    type: array
    description: Logos sorted by priority
    items:
      $ref: Image.yml
      $ref: Image.yaml
  endpoints:
    $ref: EventEndpoints.yml
    $ref: EventEndpoints.yaml
  social:
    $ref: EventSocial.yml
    $ref: EventSocial.yaml
examples:
  - id: 123CANVAS001
    name: Canvas 2024
Loading