Module: AWSCDK::APIGateway::JsonSchemaVersion

Defined in:
api_gateway/json_schema_version.rb

Constant Summary collapse

DRAFT4 =
Deprecated.
Note:

Default:

In API Gateway models are defined using the JSON schema draft 4.

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.JsonSchemaVersion", "DRAFT4")
DRAFT7 =
Deprecated.
Note:

Default:

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.JsonSchemaVersion", "DRAFT7")