Skip to content

Commit 79e6196

Browse files
committed
fix mapping version
1 parent af733de commit 79e6196

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi-processor-core/src/main/resources/mapping/v7/mapping.yaml.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"$id": "https://openapiprocessor.io/schemas/mapping/mapping-v6.json",
2+
"$id": "https://openapiprocessor.io/schemas/mapping/mapping-v7.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"title": "JSON Schema for openapi-processor mapping.yaml v6",
4+
"title": "JSON Schema for openapi-processor mapping.yaml v7",
55
"description": "openapi-processor configuration and type mappings",
66
"type": "object",
77
"properties": {
88
"openapi-processor-mapping": {
99
"description": "version of the mapping format.",
10-
"enum": ["v6"]
10+
"enum": ["v7"]
1111
},
1212
"options": {
1313
"$ref": "#/definitions/Options"

0 commit comments

Comments
 (0)