6.16.11.1 PUT schema
-
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "PUT JSON Schema for PUT virtualNetworkPeerings", "type": "object", "definitions": { "resourceMetadata": { "properties": { "client": { "type": "string" }, "tenantId": { "type": "string" }, "groupId": { "type": "string" }, "resourceName": { "type": "string" }, "originalHref": { "type": "string" } } }, "resourceRef": { "type": "object", "additionalProperties": false, "properties": { "resourceRef": { "type": "string" } }, "required": [ "resourceRef" ] } }, "properties": { "resourceMetadata": { "$ref": "#/definitions/resourceMetadata" }, "properties": { "type": "object", "properties": { "remoteVirtualNetwork": { "$ref": "#/definitions/resourceRef" }, "allowVirtualNetworkAccess": { "type": "boolean", "default": true }, "allowForwardedTraffic": { "type": "boolean", "default": false }, "allowGatewayTransit": { "type": "boolean", "default": false }, "useRemoteGateways": { "type": "boolean", "default": false } }, "required": [ "remoteVirtualNetwork" ] } }, "required": [ "properties" ] }