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: api-specs/test/types/child-objects.raml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,26 +12,26 @@ types:
12
12
type: integer
13
13
objectTypeProperty:
14
14
type: ObjectHierarchyLevel2
15
-
description: Description of the property. This is a longer description to test the layout of the property description.
15
+
description: Description of the **property.** This is a longer description to test the layout of the property description.
16
16
objectTypeProperty2:
17
17
type: ObjectHierarchyLevel3
18
-
description: Description of the property. This is a longer description to test the layout of the property description.
18
+
description: Second `lvl` Description of the `property.` This is a longer description to test the layout of the property description. In can also include _markdown_ or [Links](/views/links)
19
19
ObjectHierarchyLevel2:
20
20
description: A typical Object type with a non-scalar property.
21
21
properties:
22
22
version:
23
23
type: integer
24
24
objectTypeProperty:
25
25
type: ObjectHierarchyLevel3
26
-
description: Description of the property. This is a longer description to test the layout of the property description.
26
+
description: Description of the **property.** This is a longer description to test the layout of the property description.
27
27
ObjectHierarchyLevel3:
28
28
description: A typical Object type with a non-scalar property.
29
29
properties:
30
30
version:
31
31
type: integer
32
32
objectTypeProperty:
33
33
type: ObjectHierarchyLevel4
34
-
description: Description of the property. This is a longer description to test the layout of the property description.
34
+
description: Fourth `lvl` Description of the `property.` This is a longer description to test the layout of the property description. In can also include _markdown_ or [Links](/views/links)
35
35
ObjectHierarchyLevel4:
36
36
description: A typical Object type with a non-scalar property.
0 commit comments