-
-
Notifications
You must be signed in to change notification settings - Fork 67
Added citation support and test cases. #630
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
base: 1.7-dev
Are you sure you want to change the base?
Conversation
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Steve Springett <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
} | ||
}, | ||
"required": ["pointers", "timestamp"], | ||
"anyOf": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌
what is this anyOf
supposed to mean?
if i understand it correct, it means, atleast one of the following is required. ...
I missed a respective part in the XML and in the ProtoBuf - I would expect to see at least a text expressing this requirement.
i suggest
- adding a textual annotation the ProtoBuf that expresses that rule
- adding a textual annotation the XML that expresses that rule. or add a
choice
if technically possible. - providing proper examples/test-data for valid and invalid showcases
RFC notice sent on May 1, 2025
Public RFC period ended May 29, 2025 |
@stevespringett i see lacks in the implementation. I'd reject the current version for its unclear implementation. |
TODO/DONE