We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af733de commit 79e6196Copy full SHA for 79e6196
openapi-processor-core/src/main/resources/mapping/v7/mapping.yaml.json
@@ -1,13 +1,13 @@
1
{
2
- "$id": "https://openapiprocessor.io/schemas/mapping/mapping-v6.json",
+ "$id": "https://openapiprocessor.io/schemas/mapping/mapping-v7.json",
3
"$schema": "http://json-schema.org/draft-07/schema#",
4
- "title": "JSON Schema for openapi-processor mapping.yaml v6",
+ "title": "JSON Schema for openapi-processor mapping.yaml v7",
5
"description": "openapi-processor configuration and type mappings",
6
"type": "object",
7
"properties": {
8
"openapi-processor-mapping": {
9
"description": "version of the mapping format.",
10
- "enum": ["v6"]
+ "enum": ["v7"]
11
},
12
"options": {
13
"$ref": "#/definitions/Options"
0 commit comments