We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eca1d commit 228fcbdCopy full SHA for 228fcbd
hydra_python_core/doc_writer.py
@@ -277,7 +277,7 @@ def __init__(
277
self.supportedOperation = list() # type: List
278
self.supportedProperty = [HydraClassProp("http://www.w3.org/ns/hydra/core#member",
279
"members",
280
- False, False, False,
+ True, True, False,
281
"The members of {}".format(collection_name))]
282
self.manages = manages
283
0 commit comments