-
Notifications
You must be signed in to change notification settings - Fork 35
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
Deprecate description
and externalRef
in favor of metadata
#221
Comments
sabineschaller
changed the title
Deprecate
Deprecate Nov 17, 2022
description
and externalRef
in favor for metadata
description
and externalRef
in favor of metadata
Memos seems like a nice way to have SOME structure. Format can default to {
"memos": [
{
"rel": "invoiceNumber",
"value": "INV542654"
},
{
"rel": "description",
"value": "Payment for the widgets"
},
{
"rel": "invoice",
"type": "application/pdf"
"value": "<base64encoded PDF>"
}
]
}
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some use cases,
description
andexternalRef
are overkill, where in others, it may not be enough. I vote for usingmetadata
instead. Making it typestring
and stringify everything would probably be easiest.The text was updated successfully, but these errors were encountered: