Skip to content

Commit a0c51d5

Browse files
committed
Moving pattern to apply to items
1 parent 058751a commit a0c51d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

softbinding-algorithm-entry-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"categories": {
6363
"type": "array",
6464
"description": "This allows specifying values that can be used to cluster this algorithm with others of the same or similar values. For example an algorithm that is used in a certain context (e.g., verified news, advertising). The format of these categories follows the entity-specific namespace as specified for C2PA Assertions labels that shall begin with the (reversed) Internet domain name for the entity similar to how Java packages are defined (e.g., `org.iptc.watermarking`, `net.example.cluster.context1`)",
65-
"pattern": "([a-zA-Z0-9]+\\.[a-zA-Z0-9\\.]+)",
6665
"items": {
67-
"type": "string"
66+
"type": "string",
67+
"pattern": "([a-zA-Z0-9]+\\.[a-zA-Z0-9\\.]+)"
6868
}
6969
},
7070
"dateEntered": {

0 commit comments

Comments
 (0)