Skip to content

Commit be82543

Browse files
authored
feat: add ogen schema (SchemaStore#5013)
* feat: add ogen schema ogen is an openapi v3 code generator for go https://github.com/ogen-go/ogen * fix: append ogen.json to skiptest
1 parent f22fb60 commit be82543

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/schema-validation.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@
387387
"xunit.runner.schema.json",
388388
"gitversion.json",
389389
"lazygit.json",
390-
"circleciconfig.json"
390+
"circleciconfig.json",
391+
"ogen.json"
391392
],
392393
"catalogEntryNoLintNameOrDescription": [
393394
"https://json-schema.org/draft-04/schema",

src/schemas/json/ogen.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"$schema": "http://json-schema.org/draft-07/schema#",
3+
"$ref": "https://raw.githubusercontent.com/ogen-go/ogen/refs/heads/main/examples/config/ogen.jsonschema.json",
4+
"title": "ogen configuration"
5+
}

0 commit comments

Comments
 (0)