Skip to content

Commit 1c9fe6c

Browse files
committed
add missing type
1 parent ff73c64 commit 1c9fe6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/mapping/v1/spring-mapping.yaml.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"title": "JSON Schema for openapi-processor-spring mapping.yaml v1",
55
"description": "openapi-processor-spring configuration and type mappings",
6+
"type": "object",
67
"allOf": [
78
{ "$ref": "#/definitions/SpringMapping" },
89
{ "$ref": "https://openapiprocessor.io/schemas/mapping/mapping-v18.json" }

0 commit comments

Comments
 (0)