Skip to content

Commit 60e0be9

Browse files
committed
New generated html files and add json ref index
1 parent 66a0181 commit 60e0be9

File tree

10 files changed

+9850
-16262
lines changed

10 files changed

+9850
-16262
lines changed

docs/manifest/json-ref/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pagination_prev: null
88

99
The manifest as described in the C2PA specification is a binary structure in JPEG universal metadata box format ([JUMBF](https://www.iso.org/standard/84635.html)) that can include JSON and binary data for things like encryption keys and thumbnail images.
1010

11-
Because the binary structure is hard to understand and program to, the SDK defines a JSON manifest structure that's a declarative language for representing and creating a manifest in binary format.
11+
Because the binary structure is hard to understand and program to, the SDK defines a JSON manifest structure that's a declarative language for representing and creating a binary-formatted manifest.
1212

13-
The JSON manifest format is an abstract translation layer that's easier to understand than the binary format. It can describe everything in the underlying binary format except for binary data such as thumbnails that are included by a structure called a _resource reference_. When the SDK generates the binary manifest structure, it assembles all the JSON objects, resource references, and ingredients defined, and then converts them into different assertions and other objects as required.
13+
The JSON manifest format is an abstract translation layer that's easier to understand than the binary format. It can describe everything in the underlying binary format except for binary data such as thumbnails that are included by a structure called a _resource reference_. To generate a binary manifest, the SDK assembles all the JSON objects, resource references, and ingredients defined, and then converts them into different assertions and other objects as required.
1414

15-
References:
15+
These JSON references are generated from the JSON schemas for ManifestDefinition and Reader objects:
1616

1717
- [ManifestDefinition](manifest-def.mdx)
1818
- [Reader](reader.mdx)

docs/manifest/json-ref/json-schema-cai.html

Lines changed: 0 additions & 1269 deletions
This file was deleted.

0 commit comments

Comments
 (0)