Skip to content

Commit 70e7fdb

Browse files
authored
Merge pull request #27 from c2pa-org/domguinard-sync-schema
Approved during WM TF meeting on April 9. Update softbinding-algorithm-entry-schema.json
2 parents 600017c + ff3feb9 commit 70e7fdb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

softbinding-algorithm-entry-schema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"maximum": 65535,
99
"description": "This identifier will be assigned when the soft binding algorithm is added to the list."
1010
},
11+
"deprecated": {
12+
"type": "boolean",
13+
"default": false,
14+
"description": "Indicates whether this soft binding algorithm is deprecated. Deprecated algorithms shall not be used for creating soft bindings. Deprecated algorithms may be used for resolving soft bindings but this behaviour is discouraged."
15+
},
1116
"alg": {
1217
"type": "string",
1318
"pattern": "(c2pa\\.|[A-Za-z0-9\\-\\.]+)",
@@ -102,4 +107,4 @@
102107
]
103108
}
104109
]
105-
}
110+
}

0 commit comments

Comments
 (0)