Skip to content

Commit f191573

Browse files
author
Rand McKinney
committed
Small fix to test GHA wf
1 parent 2cc9eda commit f191573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/ManifestStore_schema_edited.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
}
297297
},
298298
"Manifest": {
299-
"description": "A Manifest represents all the information in a c2pa manifest",
299+
"description": "Represents all the information in a c2pa manifest.",
300300
"type": "object",
301301
"properties": {
302302
"assertions": {
@@ -308,7 +308,7 @@
308308
}
309309
},
310310
"claim_generator": {
311-
"description": "A User Agent formatted string identifying the software/hardware/system produced this claim Spaces are not allowed in names, versions can be specified with product/1.0 syntax",
311+
"description": "A User Agent formatted string identifying the software/hardware/system produced this claim. Spaces are not allowed in names, versions can be specified with product/1.0 syntax",
312312
"default": "c2pa/0.25.2",
313313
"type": "string"
314314
},

0 commit comments

Comments
 (0)