Skip to content

Commit ff3feb9

Browse files
authored
Update softbinding-algorithm-entry-schema.json
Making sure the schema in this repo corresponds to the latest approved version of the schema in the core-spec.
1 parent 600017c commit ff3feb9

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)