Creates a Model for an API.
apigatewayv2_create_model(ApiId, ContentType, Description, 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.
A list with the following syntax:
list( ContentType = "string", Description = "string", ModelId = "string", Name = "string", Schema = "string" )
svc$create_model( ApiId = "string", ContentType = "string", Description = "string", Name = "string", Schema = "string" )