The new layers configuration work introduced a first Spring Boot specific XSD. We've deployed it manually for the time being but we should deploy it the same way other projects do.

Comment From: snicoll

To deploy it automatically, we need to create a spring-boot-docs-schema.zip with additional properties attached to the zip, the same way we do for the main documentation distribution. The properties are:

zip.deployed=false
zip.type=schema

See how Spring Framework does it

Comment From: philwebb

Moving to 2.6.9 since we need to push updated XSDs for #31126

Comment From: snicoll

The layers have been updated manually so that we can proceed with the release.

Comment From: wilkinsona

Chatting with @snicoll, Framework no longer does this automatically. Given that and how infrequently we change the XSD, this doesn't feel worth spending time on at this time.