Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ weight = 20
[[menu.main]]
identifier = "spec"
title = "Specification"
url = "https://c2pa.org/specifications/specifications/2.1/index.html"
url = "https://c2pa.org/specifications/specifications/2.2/index.html"
weight = 25
[[menu.main]]
identifier = "membership"
Expand Down
4 changes: 4 additions & 0 deletions content/en/digitalsourcetype/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Digital Source Types"
featured_image: ''
---
18 changes: 18 additions & 0 deletions content/en/digitalsourcetype/empty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Digital Source Type: Empty"
featured_image: ''
----


```json
{
"@context": "https://www.c2pa.org/dstEmpty.jsonld",
"uri" : "http://c2pa.org/digitalsourcetype/empty",
"inScheme" : [ "http://c2pa.org/digitalsourcetype/" ],
"modified" : "2025-06-15T19:58:50.916Z",
"definition" : {
"en-GB" : "Media whose digital content is effectively empty, such as a blank canvas or zero-length video."
},
"created" : "2025-06-15T19:59:42.509Z"
}
```
17 changes: 17 additions & 0 deletions content/en/digitalsourcetype/trainedAlgorithmicData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Digital Source Type: Trained Algorithmic Data"
featured_image: ''
---

```json
{
"@context": "https://www.c2pa.org/dstTrainedAlgorithmicData.jsonld",
"uri" : "http://c2pa.org/digitalsourcetype/trainedAlgorithmicData",
"inScheme" : [ "http://c2pa.org/digitalsourcetype/" ],
"modified" : "2025-06-15T19:58:50.916Z",
"definition" : {
"en-GB" : "Data that is the result of algorithmically using a model derived from sampled content and data. Differs from http://cv.iptc.org/newscodes/digitalsourcetype/trainedAlgorithmicMedia in that the result isn’t a media type (e.g., image or video) but is a data format (e.g., CSV, pickle)."
},
"created" : "2025-06-15T19:59:42.509Z"
}
```
12 changes: 11 additions & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/about/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/about/charter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/about/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -185,6 +185,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
12 changes: 11 additions & 1 deletion docs/contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

<li>
<a
href="https://c2pa.org/specifications/specifications/2.1/index.html"
href="https://c2pa.org/specifications/specifications/2.2/index.html"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Specification</a
>
Expand Down Expand Up @@ -183,6 +183,16 @@
</li>



<li>
<a
href="/digitalsourcetype/"
class="text-gray-600 hover:text-blue-600 cursor-pointer no-underline"
>Digital Source Types</a
>
</li>


</ul>
</div>
</nav>
Expand Down
Loading