Skip to content

Commit 35deddd

Browse files
committed
fixing formatting and removing optional deprecated field
1 parent 23abf5a commit 35deddd

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

softbinding-algorithm-list.json

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
[
3-
{
1+
[
2+
{
43
"identifier": 1,
54
"alg": "com.digimarc.validate.1",
65
"type": "watermark",
@@ -11,12 +10,12 @@
1110
"image"
1211
],
1312
"entryMetadata": {
14-
"description": "Digimarc's Validate Digital Watermarking algorithm",
13+
"description": "Digimarc Validate Digital Watermarking algorithm",
1514
"dateEntered": "2024-05-17T17:00:00.000Z",
1615
"contact": "[email protected]",
1716
"informationalUrl": "https://www.digimarc.com/products/digital-content-authentication"
1817
}
19-
},
18+
},
2019
{
2120
"identifier": 2,
2221
"alg": "org.atsc.a336",
@@ -34,24 +33,24 @@
3433
}
3534
},
3635
{
37-
"identifier": 3,
38-
"alg": "io.iscc.v0",
39-
"type": "fingerprint",
40-
"decodedMediaTypes": [
41-
"text",
42-
"image",
43-
"audio",
44-
"video",
45-
"application"
46-
],
47-
"entryMetadata": {
48-
"description": "ISO 24138 - International Standard Content Code (ISCC) V0 algorithm",
49-
"dateEntered": "2024-05-17T16:00:00Z",
50-
"contact": "[email protected]",
51-
"informationalUrl": "https://www.iso.org/standard/77899.html"
52-
}
53-
},
54-
{
36+
"identifier": 3,
37+
"alg": "io.iscc.v0",
38+
"type": "fingerprint",
39+
"decodedMediaTypes": [
40+
"text",
41+
"image",
42+
"audio",
43+
"video",
44+
"application"
45+
],
46+
"entryMetadata": {
47+
"description": "ISO 24138 - International Standard Content Code (ISCC) V0 algorithm",
48+
"dateEntered": "2024-05-17T16:00:00Z",
49+
"contact": "[email protected]",
50+
"informationalUrl": "https://www.iso.org/standard/77899.html"
51+
}
52+
},
53+
{
5554
"identifier": 4,
5655
"alg": "com.adobe.trustmark.Q",
5756
"type": "watermark",
@@ -93,9 +92,8 @@
9392
"informationalUrl": "https://openaccess.thecvf.com/content/CVPR2021W/WMF/html/Black_Deep_Image_Comparator_Learning_To_Visualize_Editorial_Change_CVPRW_2021_paper.html"
9493
}
9594
},
96-
{
95+
{
9796
"identifier": 7,
98-
"deprecated": false,
9997
"alg": "ai.steg.api",
10098
"type": "watermark",
10199
"decodedMediaTypes": [
@@ -110,4 +108,4 @@
110108
"informationalUrl": "https://steg.ai/paper/"
111109
}
112110
}
113-
]
111+
]

0 commit comments

Comments
 (0)