1 Answer
- Newest
- Most votes
- Most comments
1
It appears the URL is not in the correct format in your ref. The format is:
"$ref": "https://apigateway.amazonaws.com/restapis/{restapi_id}/models/{model_name}"
Note, that there is a '.' between api and gateway that shouldn't be there. Also check that the ID of your REST API is correct, is 'evwngv01' the ID of the REST API you have created.
"$ref":"https://api.gateway.amazonaws.com/restapis/evwngv01/models/MusicItem"
answered a year ago
Relevant content
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago