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/messages/plan-request-data-schema.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,16 @@
4
4
"title": "Plan Request Schema Data",
5
5
"type": "object",
6
6
"properties": {
7
-
"desired": {
7
+
"core": {
8
8
"$ref": "resource-schema.json"
9
9
},
10
+
"desired": {
11
+
"type": "object",
12
+
"description": "The desired parameters specified by the user. A null desired means this config was not specified (for deletes). Pass an empty object {} for no parameters."
13
+
},
10
14
"state": {
11
-
"$ref": "resource-schema.json"
15
+
"type": "object",
16
+
"description": "The desired parameters specified by the user. A null state means this config was not specified (non-stateful). Pass an empty object {} for no parameters."
0 commit comments