Skip to content

Commit 02ac8dd

Browse files
paulRbrPolo2
authored andcommitted
doc: add link to the OAS specification
For our future selves
1 parent 136807d commit 02ac8dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/schemas/oas-schemas/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import type {JSONSchema4, JSONSchema7} from 'json-schema'
22

3+
// All spec version definitions are copied from the official
4+
// spec repo https://spec.openapis.org/oas/
35
import schemaV20 from './v2.0/schema.json' with {type: 'json'}
46
import schemaV30 from './v3.0/schema.json' with {type: 'json'}
57
import schemaV31 from './v3.1/schema.json' with {type: 'json'}

0 commit comments

Comments
 (0)