6.15.5.3 GET ALL schema

 {
   "$schema": "http://json-schema.org/draft-04/schema#",
   "type": "object",
   "properties": {
     "value": {
       "type": "array",
       "items": {
         "type": "object",
         "properties": {
           "resourceRef": {
             "type": "string"
           },
           "resourceId": {
             "type": "string"
           },
           "etag": {
             "type": "string"
           },
           "instanceId": {
             "type": "string"
           },
           "properties": {
             "type": "object",
             "properties": {
               "provisioningState": {
                 "type": "string"
               },
               "bgpPeersWithPolicyMapIn": {
                 "type": "array",
                 "items": {}
               },
               "bgpPeersWithPolicyMapOut": {
                 "type": "array",
                 "items": {}
               },
               "policyMapEntryList": {
                 "type": "array",
                 "items": {
                   "type": "object",
                   "properties": {
                     "action": {
                       "type": "string"
                     },
                     "matchCriteria": {
                       "type": "array",
                       "items": {
                         "type": "object",
                         "properties": {
                           "property": {
                             "type": "string"
                           },
                           "value": {
                             "type": "array",
                             "items": {
                               "type": "string"
                             }
                           }
                         },
                         "required": [
                           "property",
                           "value"
                         ]
                       }
                     },
                     "setActions": {
                       "type": "array",
                       "items": {}
                     }
                   },
                   "required": [
                     "action",
                     "matchCriteria",
                     "setActions"
                   ]
                 }
               }
             },
             "required": [
               "provisioningState",
               "bgpPeersWithPolicyMapIn",
               "bgpPeersWithPolicyMapOut",
               "policyMapEntryList"
             ]
           }
         },
         "required": [
           "resourceRef",
           "resourceId",
           "etag",
           "instanceId",
           "properties"
         ]
       }
     },
     "nextLink": {
       "type": "string"
     }
   },
   "required": [
     "value",
     "nextLink"
   ]
 }