{ "$schema": "https://json-structure.org/meta/extended/v0/#", "name": "CreateVirtualRouterInput", "type": "record", "fields": [ { "name": "clientToken", "type": "string" }, { "name": "spec", "type": "string" }, { "name": "tags", "type": "string" }, { "name": "virtualRouterName", "type": "string" } ] }