-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make ContextEntity more Customizable #225
Comments
Branch 225-Make-ContextEntity-more-Customizable created! |
@djs0109 This will also require to use the former fiware regex patter. Within in the pattern field of |
tstorek
added a commit
that referenced
this issue
Mar 5, 2024
tstorek
added a commit
that referenced
this issue
Mar 5, 2024
tstorek
added a commit
that referenced
this issue
Mar 6, 2024
tstorek
added a commit
that referenced
this issue
Mar 6, 2024
tstorek
added a commit
that referenced
this issue
Mar 6, 2024
tstorek
added a commit
that referenced
this issue
Mar 6, 2024
tstorek
added a commit
that referenced
this issue
Mar 6, 2024
tstorek
added a commit
that referenced
this issue
Mar 7, 2024
tstorek
added a commit
that referenced
this issue
Mar 7, 2024
tstorek
added a commit
that referenced
this issue
Mar 7, 2024
tstorek
added a commit
that referenced
this issue
Mar 7, 2024
tstorek
added a commit
that referenced
this issue
Mar 12, 2024
tstorek
added a commit
that referenced
this issue
Mar 12, 2024
tstorek
added a commit
that referenced
this issue
Mar 12, 2024
tstorek
added a commit
that referenced
this issue
Mar 18, 2024
tstorek
added a commit
that referenced
this issue
Mar 18, 2024
tstorek
added a commit
that referenced
this issue
Mar 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, subsclassing of ContextEntity is rather difficult because the Model tends to overwrite customized subslasses of
ContextAtrributes
withContextAttribute
-Type. This acutally should only happen if a user does not know the customized subclasses.However, if one want's to implement a RestAPI with more specific types you usually need to subclass and define stricter models as the generic ones.
Furthermore, schema-export only returns unspecific schemas. That is not what you want when providing a service.
Describe the solution you'd like
ContextAttribute
-types for proper schema generation.Describe alternatives you've considered
Write your own intermediate class that allows for the functionality described above.
Example*
The text was updated successfully, but these errors were encountered: