class Aws::ApiGatewayV2::Types::CreateModelInput
@return [String]
be JSON schema draft 4 model.
The schema for the model. For application/json models, this should
@!attribute [rw] schema
@return [String]
The name of the model. Must be alphanumeric.
@!attribute [rw] name
@return [String]
The description of the model.
@!attribute [rw] description
@return [String]
The content-type for the model, for example, “application/json”.
@!attribute [rw] content_type
Represents the input parameters for a CreateModel request.