{
  "$id": "ALIYUN::ApiGateway::CustomDomain",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::ApiGateway::CustomDomain"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "CertificateBody": {
          "type": "string"
        },
        "DomainName": {
          "type": "string"
        },
        "CertificatePrivateKey": {
          "type": "string"
        },
        "CertificateName": {
          "type": "string"
        },
        "GroupId": {
          "type": "string"
        }
      },
      "required": [
        "CertificateBody",
        "DomainName",
        "CertificatePrivateKey",
        "CertificateName",
        "GroupId"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ApiGateway::CustomDomain"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::ApiGateway::CustomDomain"
  },
  "insertText": "${1:CustomDomain}:\n  Type: ALIYUN::ApiGateway::CustomDomain\n  Properties:\n    "
}