Skip to content

Commit

Permalink
new development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Feb 2, 2025
1 parent e3e366d commit edc975a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {
apply plugin: 'jacoco'

group = "com.github.erosb"
version = "2.0.0-RC10"
version = "0.0.1-SNAPSHOT"
description = "Forked version of openapi4j aiming for openapi 3.1 support"

java {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void automaticRequestValidationHappens()
{
"errors" : [ {
"dataLocation" : "$request.body",
"schemaLocation" : "openapi/schemas.json#/required",
"schemaLocation" : "openapi/users/schemas.json#/required",
"dynamicPath" : "#/$ref/required",
"message" : "required properties are missing: name, email"
} ]
Expand Down
2 changes: 1 addition & 1 deletion kappa-spring/src/test/resources/openapi/users-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ paths:
content:
application/json:
schema:
$ref: "./schemas.json"
$ref: "./users/schemas.json"

0 comments on commit edc975a

Please sign in to comment.