File tree Expand file tree Collapse file tree
kotlin/io/openapiprocessor/spring/processor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ import java.net.URI
1111const val SPRING_MAPPING_SCHEMA_VERSION = " v1"
1212
1313val JSON_SCHEMA_SPRING = JsonSchema (
14- URI (" https://openapiprocessor.io/schemas/mapping/spring-mapping- ${SPRING_MAPPING_SCHEMA_VERSION } .json" ),
14+ URI (" https://openapiprocessor.io/schemas/mapping/spring-${SPRING_MAPPING_SCHEMA_VERSION } .json" ),
1515 " /mapping/${SPRING_MAPPING_SCHEMA_VERSION } /spring-mapping.yaml.json" )
Original file line number Diff line number Diff line change 11{
2- "$id" : " https://openapiprocessor.io/schemas/mapping/mapping- spring-v1.json" ,
2+ "$id" : " https://openapiprocessor.io/schemas/mapping/spring-v1.json" ,
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" ,
You can’t perform that action at this time.
0 commit comments