{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateConnectionRequest", "type": "object", "properties": { "ConnectionName": {}, "ProviderType": {}, "Tags": {} }, "required": [ "ConnectionName", "ProviderType" ] }