File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
rest-api-spec/src/main/resources Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 43
43
"$ref" : " #/definitions/Body"
44
44
}
45
45
},
46
+ "if" : {
47
+ "properties" : {
48
+ "stability" : {
49
+ "const" : " stable"
50
+ }
51
+ }
52
+ },
53
+ "then" : {
54
+ "properties" : {
55
+ "documentation" : {
56
+ "$ref" : " #/definitions/Documentation" ,
57
+ "properties" : {
58
+ "url" : {
59
+ "type" : [" string" ]
60
+ }
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "else" : {
66
+ "properties" : {
67
+ "documentation" : {
68
+ "$ref" : " #/definitions/Documentation" ,
69
+ "properties" : {
70
+ "url" : {
71
+ "type" : [" string" , " null" ]
72
+ }
73
+ }
74
+ }
75
+ }
76
+ },
46
77
"required" : [
47
78
" documentation" ,
48
79
" stability" ,
130
161
"additionalProperties" : false ,
131
162
"properties" : {
132
163
"url" : {
133
- "type" : [" string" , " null " ],
164
+ "type" : [" string" ],
134
165
"format" : " uri"
135
166
},
136
167
"description" : {
You can’t perform that action at this time.
0 commit comments