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: src/rpdk/core/data/schema/base.definition.schema.v1.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,15 @@
61
61
"type": "boolean",
62
62
"default": true
63
63
},
64
+
"arrayType": {
65
+
"description": "When set to AttributeList, it indicates that the array is of nested type objects, and when set to Standard it indicates that the array consists of primitive types",
Copy file name to clipboardExpand all lines: src/rpdk/core/data/schema/provider.definition.schema.modules.v1.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,15 @@
96
96
"type": "boolean",
97
97
"default": true
98
98
},
99
+
"arrayType": {
100
+
"description": "When set to AttributeList, it indicates that the array is of nested type objects, and when set to Standard it indicates that the array consists of primitive types",
0 commit comments