🗣 Discussion
The main branch contains a /schemas folder with files we don't want end-users consuming directly. In order to shield users from these files, the same way we do with /src, they should be present on the dev branch and not on the main branch.
🗣 Discussion
The main branch contains a
/schemasfolder with files we don't want end-users consuming directly. In order to shield users from these files, the same way we do with/src, they should be present on the dev branch and not on the main branch./schemasartifactsdevtomaindevand test that this will not mess up the sync flow frommaintodev/schemasfolder?Proposal: we park them in a new
/_archive_folder/schemasfolder onmaininto/_archive_v3.1-devand that the ready-to-use schemas are on spec.openapis.org/_archive_/schemas/v3.0maintodevor corrupt the 3.1 schema tests ondev