This template creates an `AWS::ApiGateway::Model` resource that defines the structure of a request or response payload for an API method. The model is created with the specified properties, such as the REST API ID, content type, description, name, and schema. The schema is defined using JSON Schema and specifies the structure of the payload.

PetsModelNoFlatten
AWS::ApiGateway::Model


RestApi
AWS::ApiGateway::RestApi


CloudFormation Template

Share Template