Skip to content
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
560fe01
initial commit of crJson
lrosenthol Feb 15, 2026
165c212
removed all refs to jpegtrust and its specializations, cleaned up tes…
lrosenthol Feb 15, 2026
ba7c3b0
MAJOR cleanup of the schema and the documentation & tests to reflect it
lrosenthol Feb 15, 2026
b699326
clean up the text a bit more
lrosenthol Feb 15, 2026
7e98355
replaced current validation_status with validationResults
lrosenthol Feb 15, 2026
bf127e5
updated to latest schema and made sure that the code outputs complian…
lrosenthol Feb 20, 2026
a2d1d84
fixed another issue with icons
lrosenthol Feb 20, 2026
83bd9a9
add support for getting the timestamp out in the JSON
lrosenthol Feb 24, 2026
945f39e
fix issue with v1 vs. v2 claims
lrosenthol Feb 27, 2026
b9fa8d3
updates to use camelCase instead of snake_case
lrosenthol Mar 2, 2026
4d56b75
Enhance CrJSON schema and reader to include jsonGenerator and detaile…
lrosenthol Mar 5, 2026
636746a
added updated schema and then revised implementation to match
lrosenthol Mar 6, 2026
04838c5
Cleaning this up in preparation for formal review
lrosenthol Mar 8, 2026
34b0fa9
Clean up in preparation for formal review
lrosenthol Mar 8, 2026
4d209f5
Merge branch 'main' into crJson-main-update
lrosenthol Mar 8, 2026
54a619c
chore: changes to get make test to work
gpeacock Mar 9, 2026
8f9c6d0
chore: add Reader.cr_json() and Reader.cr_json_value(), no need for c…
gpeacock Mar 10, 2026
2896971
refactor: update crJSON schema and validation results structure
lrosenthol Mar 10, 2026
42e6500
chore: fmt and clippy fixes
gpeacock Mar 10, 2026
cfc0c2b
Merge branch 'main' into gpeacock/cr_json_tests
lrosenthol Mar 12, 2026
26fa080
refactor: update crJSON schema and validation results structure
lrosenthol Mar 16, 2026
5a81431
gitignored some stuff from Adobe
lrosenthol Mar 16, 2026
61f2e67
Add crJSON output support: typed structs, --crjson CLI flag, schema c…
gpeacock Mar 17, 2026
60bf2da
Update crJSON schema and validation structure
lrosenthol Mar 18, 2026
8503ccb
Merge branch 'main' into gpeacock/cr_json_tests
gpeacock Mar 19, 2026
689f4fa
Merge branch 'gpeacock/cr_json_tests' of github.com:contentauth/c2pa-…
gpeacock Mar 19, 2026
feb776b
Refactor crjson module visibility and clean up resource store hash ha…
gpeacock Mar 19, 2026
8a14a6d
clippy fix
gpeacock Mar 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
.vscode

/semver-checks/target/
sdk/target/

# Unit test output lands here. TO DO: Fix
cli/target
.cursor/rules/manifest.json
.cursor/rules/security-global/*
.cursor/rules/security-lang/*
195 changes: 194 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading