File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
tests/specs/issue_fix/25_generate_inverse_relations Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -39,42 +39,6 @@ components:
3939 user :
4040 $ref : ' #/components/schemas/User'
4141
42- Contact :
43- description : Contact
44- type : object
45- required :
46- - id
47- - account
48- properties :
49- id :
50- type : integer
51- readOnly : true
52- account :
53- $ref : ' #/components/schemas/Account'
54- active :
55- type : boolean
56- default : false
57- nickname :
58- type : string
59-
60- PaymentMethod :
61- type : object
62- description : PaymentMethod
63- x-indexes :
64- - ' unique:name'
65- required :
66- - id
67- - name
68- properties :
69- id :
70- type : integer
71- readOnly : true
72- name :
73- type : string
74- example : Bank transfer within 14 days
75- maxLength : 150
76- x-faker : false
77-
7842paths :
7943 ' /account ' :
8044 get :
You can’t perform that action at this time.
0 commit comments