Skip to content

Commit 3f43f35

Browse files
committed
Merge pull request #24 from naveedaz/master
Change metric properties to KVP list
2 parents d7f090e + 775370f commit 3f43f35

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

arm-web/2015-08-01/swagger/service.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17652,9 +17652,9 @@
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
},

0 commit comments

Comments
 (0)