|
275 | 275 | "required": ["GET", "POST"], |
276 | 276 | "additionalProperties": false |
277 | 277 | }, |
278 | | - "RestApi": { |
279 | | - "type": "object", |
280 | | - "properties": { |
281 | | - "GET": { |
282 | | - "type": "object", |
283 | | - "additionalProperties": { |
284 | | - "type": "object", |
285 | | - "properties": { |
286 | | - "result": {}, |
287 | | - "url": {}, |
288 | | - "query": {}, |
289 | | - "body": {}, |
290 | | - "headers": {} |
291 | | - }, |
292 | | - "required": ["result"], |
293 | | - "additionalProperties": false |
294 | | - } |
295 | | - }, |
296 | | - "POST": { |
297 | | - "type": "object", |
298 | | - "additionalProperties": { |
299 | | - "type": "object", |
300 | | - "properties": { |
301 | | - "result": {}, |
302 | | - "url": {}, |
303 | | - "query": {}, |
304 | | - "body": {}, |
305 | | - "headers": {} |
306 | | - }, |
307 | | - "required": ["result"], |
308 | | - "additionalProperties": false |
309 | | - } |
310 | | - }, |
311 | | - "PATCH": { |
312 | | - "type": "object", |
313 | | - "additionalProperties": { |
314 | | - "type": "object", |
315 | | - "properties": { |
316 | | - "result": {}, |
317 | | - "url": {}, |
318 | | - "query": {}, |
319 | | - "body": {}, |
320 | | - "headers": {} |
321 | | - }, |
322 | | - "required": ["result"], |
323 | | - "additionalProperties": false |
324 | | - } |
325 | | - }, |
326 | | - "PUT": { |
327 | | - "type": "object", |
328 | | - "additionalProperties": { |
329 | | - "type": "object", |
330 | | - "properties": { |
331 | | - "result": {}, |
332 | | - "url": {}, |
333 | | - "query": {}, |
334 | | - "body": {}, |
335 | | - "headers": {} |
336 | | - }, |
337 | | - "required": ["result"], |
338 | | - "additionalProperties": false |
339 | | - } |
340 | | - }, |
341 | | - "DELETE": { |
342 | | - "type": "object", |
343 | | - "additionalProperties": { |
344 | | - "type": "object", |
345 | | - "properties": { |
346 | | - "result": {}, |
347 | | - "url": {}, |
348 | | - "query": {}, |
349 | | - "body": {}, |
350 | | - "headers": {} |
351 | | - }, |
352 | | - "required": ["result"], |
353 | | - "additionalProperties": false |
354 | | - } |
355 | | - }, |
356 | | - "HEAD": { |
357 | | - "type": "object", |
358 | | - "additionalProperties": { |
359 | | - "type": "object", |
360 | | - "properties": { |
361 | | - "result": {}, |
362 | | - "url": {}, |
363 | | - "query": {}, |
364 | | - "body": {}, |
365 | | - "headers": {} |
366 | | - }, |
367 | | - "required": ["result"], |
368 | | - "additionalProperties": false |
369 | | - } |
370 | | - }, |
371 | | - "CONNECT": { |
372 | | - "type": "object", |
373 | | - "additionalProperties": { |
374 | | - "type": "object", |
375 | | - "properties": { |
376 | | - "result": {}, |
377 | | - "url": {}, |
378 | | - "query": {}, |
379 | | - "body": {}, |
380 | | - "headers": {} |
381 | | - }, |
382 | | - "required": ["result"], |
383 | | - "additionalProperties": false |
384 | | - } |
385 | | - }, |
386 | | - "TRACE": { |
387 | | - "type": "object", |
388 | | - "additionalProperties": { |
389 | | - "type": "object", |
390 | | - "properties": { |
391 | | - "result": {}, |
392 | | - "url": {}, |
393 | | - "query": {}, |
394 | | - "body": {}, |
395 | | - "headers": {} |
396 | | - }, |
397 | | - "required": ["result"], |
398 | | - "additionalProperties": false |
399 | | - } |
400 | | - }, |
401 | | - "OPTIONS": { |
402 | | - "type": "object", |
403 | | - "additionalProperties": { |
404 | | - "type": "object", |
405 | | - "properties": { |
406 | | - "result": {}, |
407 | | - "url": {}, |
408 | | - "query": {}, |
409 | | - "body": {}, |
410 | | - "headers": {} |
411 | | - }, |
412 | | - "required": ["result"], |
413 | | - "additionalProperties": false |
414 | | - } |
415 | | - } |
416 | | - }, |
417 | | - "additionalProperties": false |
418 | | - }, |
419 | 278 | "User": { |
420 | 279 | "type": "object", |
421 | 280 | "properties": { |
|
0 commit comments