-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Schema: FieldsRelating to adding or deprecating fields in the JSON SchemaRelating to adding or deprecating fields in the JSON Schema
Description
Split from #1724
For hashes and digital signatures, we can consider adding to the Document subschema an integrity array, to allow for any kind of hash (sha256, etc.) This array can be composed of objects that reuse the existing Identifier subschema, where scheme can be set to "sha256", "ipfs", etc. and id can be the hash or signature. So:
{
"tender": {
"documents": [
{
"integrity": [
{
"scheme": "sha384",
"id": "oqVuAfXRKap7fdgcCY5uykM6+R9GqQ8K/uxy9rx7HNQlGYl1kPzQho1wx4JwY8wC"
}
]
}
]
}
}ColinMaudry
Metadata
Metadata
Assignees
Labels
Schema: FieldsRelating to adding or deprecating fields in the JSON SchemaRelating to adding or deprecating fields in the JSON Schema