The example under the 'Model Composition' section is 'Inheritance and Polymorphism' has the wrong indentation on this page: [https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/](https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/) This can be confusing since there is no verbal explanation at what level 'allOf' should be included. This is what we see: <img width="658" alt="Screenshot 2024-02-16 at 10 54 31" src="https://github.com/swagger-api/swagger.io/assets/105198846/01015190-4eae-4769-b5d0-5534b6386c86"> This is what it should look like: <img width="590" alt="Screenshot 2024-02-16 at 10 55 48" src="https://github.com/swagger-api/swagger.io/assets/105198846/fcca9e8f-23d2-459e-8510-010f93b07df4"> Hope this is of help!