Open
requested to merge github/fork/cachescrubber/spring_vendor_extension_x_oneof_interface into master
Created by: cachescrubber
Document oneOf / allOf related vendor extensions.
X_ALL_OF_NAME("x-all-of-name", ExtensionLevel.MODEL, "Specify the name of the generated allOf composed schema", null),
X_ONE_OF_NAME("x-one-of-name", ExtensionLevel.MODEL, "Specify the name of the generated oneOf composed schema", null),
X_IS_ONE_OF_INTERFACE("x-is-one-of-interface", ExtensionLevel.MODEL, "Generate the oneOf composed schema as a marker interface", null),
X_ONEOF_SCHEMAS("x-oneof-schemas", ExtensionLevel.MODEL, "Generate ...", null);
PR checklist
- [ x] Read the contribution guidelines.
- [ x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community.
- [ x] Run the following to build the project and update samples:
./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. -
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.