serverless-aws-documentation
serverless-aws-documentation copied to clipboard
Documentation should specify to only utilize JSON Schema v 4
Currently API Gateway supports version 4 of the JSON schema spec. (see here:(https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html).
Nothing in the current documentation explains this. As a result fields such as $id
and examples
are considered invalid on serverless deployment.
What is or where is the documentation on submittedItems. I cannot find this anywhere? Thanks!!