File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ require (
27
27
github.com/tidwall/match v1.1.1 // indirect
28
28
github.com/tidwall/pretty v1.2.1 // indirect
29
29
github.com/tidwall/sjson v1.2.5 // indirect
30
- golang.org/x/sys v0.33 .0 // indirect
30
+ golang.org/x/sys v0.34 .0 // indirect
31
31
gopkg.in/yaml.v3 v3.0.1 // indirect
32
32
)
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95
73
73
github.com/wI2L/jsondiff v0.6.1 h1:ISZb9oNWbP64LHnu4AUhsMF5W0FIj5Ok3Krip9Shqpw =
74
74
github.com/wI2L/jsondiff v0.6.1 /go.mod h1:KAEIojdQq66oJiHhDyQez2x+sRit0vIzC9KeK0yizxM =
75
75
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
76
- golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
77
- golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
76
+ golang.org/x/sys v0.34 .0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
77
+ golang.org/x/sys v0.34 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
78
78
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
79
79
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
80
80
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
Original file line number Diff line number Diff line change 24329
24329
"annual_discount": {
24330
24330
"nullable": true,
24331
24331
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
24332
- "type": "integer",
24333
- "format": "uint",
24334
- "minimum": 0
24332
+ "type": "number",
24333
+ "format": "double"
24335
24334
},
24336
24335
"description": {
24337
24336
"description": "A description of the tier.",
37608
37607
"annual_discount": {
37609
37608
"nullable": true,
37610
37609
"description": "Annual discount. The percentage off the monthly price if the user pays annually.",
37611
- "type": "integer",
37612
- "format": "uint",
37613
- "minimum": 0
37610
+ "type": "number",
37611
+ "format": "double"
37614
37612
},
37615
37613
"description": {
37616
37614
"description": "A description of the tier.",
You can’t perform that action at this time.
0 commit comments