Skip to content

Commit d8b9cce

Browse files
authored
Corrected underscores in field names (#15979)
1 parent 8256b8e commit d8b9cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mmv1/products/compute/WireGroup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ properties:
112112
properties:
113113
- name: interconnect
114114
type: string
115-
- name: vlan_tags
115+
- name: vlanTags
116116
type: Array
117117
description: |
118118
VLAN tags for the interconnect.

mmv1/products/datacatalog/Tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ properties:
141141
name: field_value
142142
type: NestedObject
143143
properties:
144-
- name: 'display_name'
144+
- name: 'displayName'
145145
type: String
146146
description: |
147147
The display name of this field

0 commit comments

Comments
 (0)