Values.CreateModelRequestSourceRequest to add a new Model to an existing RestApi resource.
type nonrec t = {restApiId : String_.t;The RestApi identifier under which the Model will be created.
*)name : String_.t;The name of the model. Must be alphanumeric.
*)description : String_.t option;The description of the model.
*)schema : String_.t option;The schema for the model. For application/json models, this should be JSON schema draft 4 model. The maximum size of the model is 400 KB.
*)contentType : String_.t;The content-type for the model.
*)}