You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/specs/issue_fix/60_description_of_a_property_in_spec_must_correspond_to_db_table_column_comment/index.yml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -8,48 +8,38 @@ components:
8
8
schemas:
9
9
Fruit:
10
10
type: object
11
-
# x-description-is-comment: true
12
11
properties:
13
12
id:
14
13
type: integer
15
14
name:
16
15
type: string
17
16
description: desc with ' quote
18
-
x-description-is-comment: true
19
17
description:
20
18
type: number
21
19
x-db-type: double precision
22
20
description: desc ' 2
23
-
x-description-is-comment: true
24
21
Animal:
25
22
type: object
26
-
# x-description-is-comment: true
27
23
properties:
28
24
id:
29
25
type: integer
30
26
name:
31
27
type: integer
32
-
x-description-is-comment: true
33
28
g:
34
29
type: string
35
30
description: desc for g
36
-
x-description-is-comment: true
37
31
g2:
38
32
type: string
39
33
description: changed comment on g2 col
40
-
x-description-is-comment: true
41
34
g3:
42
35
type: string
43
36
description: the comment on g3 col remains same
44
-
x-description-is-comment: true
45
37
g4:
46
38
type: integer
47
39
description: data type changes but comment remains same
0 commit comments