Creates a Model for an API.
See https://paws-r.github.io/docs/apigatewayv2/create_model.html for full documentation.
apigatewayv2_create_model(
ApiId,
ContentType = NULL,
Description = NULL,
Name,
Schema
)
[required] The API identifier.
The content-type for the model, for example, "application/json".
The description of the model.
[required] The name of the model. Must be alphanumeric.
[required] The schema for the model. For application/json models, this should be JSON schema draft 4 model.