Does the schema language support polymorphism? #1496
Answered
by
vroldanbet
marlenekoh
asked this question in
Q&A
-
I'm trying to model jira software and jira service management projects in a schema. I have read https://authzed.com/blog/user-defined-roles My simplified schema is something like this:
I'm wondering if it's possible to do something like this?
or if there's any easier way to do this? Thanks in advance 😄 |
Beta Was this translation helpful? Give feedback.
Answered by
vroldanbet
May 23, 2023
Replies: 1 comment
-
@marlenekoh 👋🏻 there is no support for composition or inheritance at the moment, unfortunately, so I'm afraid for now you'll have to go the verbose route of copy/pasting. Feel free to open a feature request! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jzelinskie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@marlenekoh 👋🏻 there is no support for composition or inheritance at the moment, unfortunately, so I'm afraid for now you'll have to go the verbose route of copy/pasting. Feel free to open a feature request!