You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
Hi there!
I found a problem in AWS API Gateway. I had tried to import json into AWS API Gateway and got the error from the title. I had spent a lot of hours to find a problem and found it finally.
The problem was in "updatedOn/example" param. If "example" param exists then we have the Invalid model schema specified error. If this param is removed then import works fine.
Note: example param is added to json automatically, it takes value from the pattern parameter: @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "dd/MM/yyyy HH:mm") private Date updatedOn;
Do you have any suggestions how to fix it? Sorry if I duplicate an issue. I had tried to find a solution, but I couldn't.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there!
I found a problem in AWS API Gateway. I had tried to import json into AWS API Gateway and got the error from the title. I had spent a lot of hours to find a problem and found it finally.
Example of json:
The problem was in "updatedOn/example" param. If "example" param exists then we have the Invalid model schema specified error. If this param is removed then import works fine.
Note: example param is added to json automatically, it takes value from the pattern parameter:
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "dd/MM/yyyy HH:mm") private Date updatedOn;
Do you have any suggestions how to fix it? Sorry if I duplicate an issue. I had tried to find a solution, but I couldn't.
The text was updated successfully, but these errors were encountered: