Adds a new Model resource to an existing RestApi resource.
apigateway_create_model(restApiId, name, description, schema,
contentType)
[required] [Required] The RestApi identifier under which the Model will be created.
[required] [Required] The name of the model. Must be alphanumeric.
The description of the model.
The schema for the model. For application/json
models, this should be
JSON schema draft 4 model.
[required] [Required] The content-type for the model.
A list with the following syntax:
list( id = "string", name = "string", description = "string", schema = "string", contentType = "string" )
svc$create_model( restApiId = "string", name = "string", description = "string", schema = "string", contentType = "string" )