-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(schema-generator): add documentation for using Labels for naming resources #1848
base: main
Are you sure you want to change the base?
Conversation
It seems there is currently a lint issue with https://github.com/api-platform/docs/blob/3.2/core/upgrade-guide.md Line 30 and Line 50 of the /core/upgrade-guide.md have both an additional trailing space that generate an error during lint check. Do I need to integrate the fix of this file in this PR as well? |
#1852 about your comment, thanks for the json-schema feature we'll take a look at this shortly! |
Thx for #1852 ! |
@Angatar Thank you for your contribution! Your PR currently has merge conflicts and a non-linear Git history. Could you resolve this by basing them on the latest |
Thank you for your feedback. I wanted to clarify that this pull request on the documentation (PR#1848) is related to another pull request on the schema-generator (PR#421), which addresses issue #412. However, I understand that PR#421 has not been merged yet, and it has been over a year since it was pushed. Given this, it might worth reconsidering the consistency of this request to resolve any conflict with this documentation update. |
Documentation of NEW FEATURE, for the shema-generator:
The schema-generator now has new options that allow to use labels for naming the types/resources of interest instead of reusing the ID part of their URI fragment identifier, which is the default behavior.
This option is especially useful when using vocabularies that have adopted numerical IDs, such as Wikidata or OBO ontologies.
CF schema-generator's feature request : #412