Skip to content

Commit 0da53c3

Browse files
committed
removed comments related to Maven plugins
1 parent 8e0554d commit 0da53c3

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

src/main/resources/wfc/schemas/auth.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ properties:
2727
type: string
2828
required: ["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:

0 commit comments

Comments
 (0)