You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This identifier will be assigned when the soft binding algorithm is added to the list."
10
-
},
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
-
},
16
-
"alg": {
17
-
"type": "string",
18
-
"pattern": "(c2pa\\.|[A-Za-z0-9\\-\\.]+)",
19
-
"description": "Entity-specific namespace as specified for C2PA Assertions labels that shall begin with the Internet domain name for the entity similar to how Java packages are defined (e.g., `com.example.algo1`, `net.example.algos.algo2`)"
20
-
},
21
-
"type": {
22
-
"type": "string",
23
-
"enum": [
24
-
"watermark",
25
-
"fingerprint"
26
-
],
27
-
"description": "Type of soft binding implemented by this algorithm."
"description": "This identifier will be assigned when the soft binding algorithm is added to the list."
13
+
},
14
+
"deprecated": {
15
+
"type": "boolean",
16
+
"default": false,
17
+
"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."
18
+
},
19
+
"alg": {
33
20
"type": "string",
21
+
"pattern": "(c2pa\\.|[A-Za-z0-9\\-\\.]+)",
22
+
"description": "Entity-specific namespace as specified for C2PA Assertions labels that shall begin with the Internet domain name for the entity similar to how Java packages are defined (e.g., `com.example.algo1`, `net.example.algos.algo2`)"
23
+
},
24
+
"type": {
34
25
"enum": [
35
-
"application",
36
-
"audio",
37
-
"image",
38
-
"model",
39
-
"text",
40
-
"video"
26
+
"watermark",
27
+
"fingerprint"
41
28
],
42
-
"description": "IANA top level media type (rendered) for which this soft binding algorithm applies."
43
-
}
44
-
},
45
-
"encodedMediaTypes": {
46
-
"type": "array",
47
-
"minItems": 1,
48
-
"items": {
49
-
"type": "string",
50
-
"description": "IANA media type for which this soft binding algorithm applies, e.g., application/pdf",
0 commit comments