File tree Expand file tree Collapse file tree
src/main/resources/wfc/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ properties:
2727 type : string
2828required : ["auth"]
2929$defs :
30- # TODO unfortunately, tools like jsonschema2pojo-maven-plugin have major limitations when dealing with enums.
31- # This is not created as a top-level class
3230 HttpVerb :
3331 type : string
3432 enum :
@@ -99,17 +97,8 @@ $defs:
9997 items :
10098 $ref : " #/$defs/Header"
10199 verb :
102- # description: "The verb used to connect to the login endpoint. \
103- # Most of the time, this will be a 'POST'."
104- # type: string
105- # enum:
106- # - POST
107- # - GET
108- # - PATCH
109- # - DELETE
110- # - PUT
111100 $ref : " #/$defs/HttpVerb"
112- # # FIXME: unfortunately, plugin is not able to handle this... need new schema version with $ref not replacing everything
101+ # # FIXME: need to schema version with $ref not replacing everything
113102# description: "The verb used to connect to the login endpoint. \
114103# Most of the time, this will be a 'POST'."
115104# allOf:
You can’t perform that action at this time.
0 commit comments