Fixes: #1335 https://github.com/spring-projects/spring-ai/issues/1335 Add support for maintaining JSON property order in generated schemas using @JsonPropertyOrder. Users can now control the order of properties in their JSON schemas by annotating their classes/records with @JsonPropertyOrder. - Add JacksonOption.RESPECT_JSONPROPERTY_ORDER to BeanOutputConverter - Add test to verify schema property ordering - Update documentation with property ordering example