Issues validating against schema

I had created a collection from an api schema and when I tried to edit documentation I had this error."Issues found when validated against schema"

Hi @brestjose

The reason why you are seeing this error is that you made a change to the documentation and the sync is telling you that the Collection has changes that are not included in the Schema. The check boxes on the right side are providing you the option to either accept the changes in the collection or revert the Collection changes back to the Schema state.

An option to help make that easier is to make the changes on the Schema and then when you validate against the Collection, the changes will cascade down to all the requests that need the documentation applied.

Hope this helps!

Hello! Thank you so much for your help! It helped me a lot. Thank you!!!