Skip to content

Commit 54b213f

Browse files
committed
Updated API from documentation release
1 parent 0a0474a commit 54b213f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api-specs/test/types/arrays.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ types:
119119
type: childObjects.ObjectHierarchyLevel1
120120
required: false
121121
description: |
122-
Object hierarchy level 1 description.
122+
Object hierarchy level 1 **description.**

api-specs/test/types/child-objects.raml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ types:
1212
type: integer
1313
objectTypeProperty:
1414
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.
1616
objectTypeProperty2:
1717
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)
1919
ObjectHierarchyLevel2:
2020
description: A typical Object type with a non-scalar property.
2121
properties:
2222
version:
2323
type: integer
2424
objectTypeProperty:
2525
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.
2727
ObjectHierarchyLevel3:
2828
description: A typical Object type with a non-scalar property.
2929
properties:
3030
version:
3131
type: integer
3232
objectTypeProperty:
3333
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)
3535
ObjectHierarchyLevel4:
3636
description: A typical Object type with a non-scalar property.
3737
properties:

0 commit comments

Comments
 (0)