-
Notifications
You must be signed in to change notification settings - Fork 329
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
CIP-0068 | Extra field #458
Conversation
@@ -115,9 +116,15 @@ metadata = | |||
? mediaType : bounded_bytes, ; UTF-8 | |||
? description : bounded_bytes, ; UTF-8 | |||
? files : [* files_details] | |||
; ... Additional properties are allowed |
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.
Not sure to follow this line 🤔 ? Is this in reference to the new extra
? In which case, additional properties aren't really on the metadata
record, right?
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.
This comment is just to clarify that additional proprieties are allowed within the metadata
field.
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.
@KtorZ it's not really related to the extra field. Just thought I sneak it into the PR, wanted to make it more explicit that additional properties are allowed.
Bad wording in my commit message...
* Added extra field; made it explicit extra fields are allowed * Added extra field to general definition * Added third field explanation
Added extra field to datums to allow for user customized data. Additionally made it explicit that additional properties are alllowed in metadata.
@perturbing agrees on these changes as well.