Skip to content
Snippets Groups Projects

Migrate tests to new format, update common ver, fix spec for nullables

Merged Martin Lowe requested to merge malowe/eclipse-openvsx-api:malowe/main/test-mig into main
4 files
+ 106
68
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 6
3
@@ -334,11 +334,14 @@ components:
type: object
properties:
code:
type: string
oneOf:
- type: string
- type: "null"
description: The country code.
name:
type: string
description: The country name.
oneOf:
- type: string
- type: "null"
example:
code: CA
name: Canada
Loading