hash should be an object
See original GitHub issueWe currently support a special prefixing on the hash
to declare hashing algorithms the are not MD5. However, we are moving away from this type of overloading in most all places in the spec.
So, I suggest:
"hash": {
"type": "md5",
"value": "{HASH}"
}
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Java Objects.hash() vs Objects.hashCode() - Baeldung
A hashcode is a numeric representation of the contents of an object. In Java, there are a few different methods we can use...
Read more >object-hash - npm
Generate hashes from javascript objects in node and the browser. ... Start using object-hash in your project by running `npm i object-hash`.
Read more >puleos/object-hash: Generate hashes from javascript ... - GitHub
Generate hashes from javascript objects in node and the browser. ... and a stronger algorithm should be used if a cryptographical hash is...
Read more >Difference between an object and a hash? - Stack Overflow
Actually, every object in JavaScript IS a hash. This is a hash of object's properties and methods. In fact ...
Read more >hash | Apple Developer Documentation
Returns an integer that can be used as a table address in a hash table structure.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rufuspollock and @roll did this ever make to (some version) of the specs?
I’ve noticed that if I read a data package with
frictionless.py
with a string value in thehash
property it will convert it to an object and add ahashing
property.That is, this
datapackage.json
After
is serialized as
I’m starting to use this in a production context and it would be nice to know the recommended approach moving forward.
@rgaiacs stats stuff is #364 i think. Do you want to comment there (especially on what you’d like to see)