{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateVpcLinkRequest", "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "targetArns": { "type": "array", "items": { "type": "string" } }, "tags": { "type": "object" } }, "required": [ "name", "targetArns" ] }