Skip to content

Commit f868efd

Browse files
Merge pull request #360 from contentauth/schema-c2pa-v0.80.2
docs(schema): update schemas to c2pa-v0.80.2
2 parents 73d5ceb + 3dedd64 commit f868efd

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

static/schemas/Builder.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"default": [
3131
{
3232
"name": "c2pa-rs",
33-
"version": "0.80.1"
33+
"version": "0.80.2"
3434
}
3535
]
3636
},
@@ -59,7 +59,7 @@
5959
"instance_id": {
6060
"description": "Instance ID from `xmpMM:InstanceID` in XMP metadata.",
6161
"type": "string",
62-
"default": "xmp:iid:fc4f857a-25a6-4c73-9ec0-29d6f7983941"
62+
"default": "xmp:iid:7d7022bf-74cc-4331-a81f-21e09c728ecd"
6363
},
6464
"thumbnail": {
6565
"description": "An optional ResourceRef to a thumbnail image that represents the asset that was signed.\nMust be available when the manifest is signed.",
@@ -89,7 +89,7 @@
8989
"default": []
9090
},
9191
"redactions": {
92-
"description": "A list of redactions - URIs to redacted assertions.",
92+
"description": "JUMBF URIs of assertions to redact from ingredient manifests.\n\nEach URI has the form\n`self#jumbf=/c2pa/<manifest_label>/c2pa.assertions/<assertion_label>`.\nUse a [`Reader`](crate::Reader) to discover the manifest label.\nSee the [redaction guide](https://github.com/contentauth/c2pa-rs/blob/main/docs/redaction.md)\nfor details.",
9393
"type": [
9494
"array",
9595
"null"

static/schemas/ManifestDefinition.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"default": [
3131
{
3232
"name": "c2pa-rs",
33-
"version": "0.80.1"
33+
"version": "0.80.2"
3434
}
3535
]
3636
},
@@ -59,7 +59,7 @@
5959
"instance_id": {
6060
"description": "Instance ID from `xmpMM:InstanceID` in XMP metadata.",
6161
"type": "string",
62-
"default": "xmp:iid:2b8cea1d-96d2-4a57-a797-4833d364c4f6"
62+
"default": "xmp:iid:40dd1e7c-c748-4c1c-b093-940bf392ac36"
6363
},
6464
"thumbnail": {
6565
"description": "An optional ResourceRef to a thumbnail image that represents the asset that was signed.\nMust be available when the manifest is signed.",
@@ -89,7 +89,7 @@
8989
"default": []
9090
},
9191
"redactions": {
92-
"description": "A list of redactions - URIs to redacted assertions.",
92+
"description": "JUMBF URIs of assertions to redact from ingredient manifests.\n\nEach URI has the form\n`self#jumbf=/c2pa/<manifest_label>/c2pa.assertions/<assertion_label>`.\nUse a [`Reader`](crate::Reader) to discover the manifest label.\nSee the [redaction guide](https://github.com/contentauth/c2pa-rs/blob/main/docs/redaction.md)\nfor details.",
9393
"type": [
9494
"array",
9595
"null"

static/schemas/Reader.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"instance_id": {
109109
"description": "Instance ID from `xmpMM:InstanceID` in XMP metadata.",
110110
"type": "string",
111-
"default": "xmp:iid:cd870be1-bfb0-4f6b-bd08-a8d1dd3a1fa6"
111+
"default": "xmp:iid:4b41d66f-d74e-4a9f-87bf-c15654ab8c15"
112112
},
113113
"thumbnail": {
114114
"anyOf": [
@@ -144,7 +144,7 @@
144144
"default": []
145145
},
146146
"redactions": {
147-
"description": "A list of redactions - URIs to a redacted assertions",
147+
"description": "JUMBF URIs of assertions that were redacted by this manifest.\n\nEach entry has the form\n`self#jumbf=/c2pa/<manifest_label>/c2pa.assertions/<assertion_label>`\nand corresponds to an assertion that was intentionally removed from an\ningredient manifest in the claim chain.",
148148
"type": [
149149
"array",
150150
"null"

0 commit comments

Comments
 (0)