File tree Expand file tree Collapse file tree
arm-web/2015-08-01/swagger Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1765217652 },
1765317653 "properties": {
1765417654 "description": "Properties",
17655- "type": "object ",
17656- "additionalProperties ": {
17657- "type ": "string "
17655+ "type": "array ",
17656+ "items ": {
17657+ "$ref ": "#/definitions/KeyValuePair[String,String] "
1765817658 }
1765917659 }
1766017660 }
@@ -17705,13 +17705,19 @@
1770517705 "format": "float",
1770617706 "description": "Value count",
1770717707 "type": "number"
17708+ }
17709+ }
17710+ },
17711+ "KeyValuePair[String,String]": {
17712+ "type": "object",
17713+ "properties": {
17714+ "key": {
17715+ "type": "string",
17716+ "readOnly": true
1770817717 },
17709- "properties": {
17710- "description": "Value properties",
17711- "type": "object",
17712- "additionalProperties": {
17713- "type": "string"
17714- }
17718+ "value": {
17719+ "type": "string",
17720+ "readOnly": true
1771517721 }
1771617722 }
1771717723 },
You can’t perform that action at this time.
0 commit comments