ContributionsMost RecentMost LikesSolutionsRe: documentation links are broken. https://swagger.io/specification/ Thank you Helen. No problem, I will look at those links until the others are back up. documentation links are broken. https://swagger.io/specification/ I'm finding it very hard to get started because even very simple examples in the swagger documentation, almost every time I try them time, throw multiple errors when used in the swagger editor. I guess I'm doing it wrong, but anyway, I'm trying to be a good citizen and resolve it myself by reading the documentation at https://swagger.io/specification/... but every link I click on is broken: I've tried manually changing the link that it attempts to go to (e.g. to https://github.com/OAI/OpenAPI-Specification/blob/master/#operationObject) but that doesn't work either. Any assistance would be much appreciated. SolvedRe: POST example from documentation fails to validate at https://editor.swagger.io/ Not sure if this was the right forum, so posted also/instead at https://github.com/swagger-api/swagger.io/issues/269 POST example from documentation fails to validate at https://editor.swagger.io/ Hi, The following link contains an example at the bottom, that starts with "openapi: 3.0.0". https://swagger.io/docs/specification/describing-request-body/ If I paste that example into https://editor.swagger.io/, why is it throwing an error at line 8? If that's normal or correct, how is the documented example supposed to be used? Solved