| commit | 8710b12be86e1e8a417a628d82fb60b93253136a | [log] [tgz] |
|---|---|---|
| author | margaretha <margaretha@ids-mannheim.de> | Fri Nov 14 11:27:45 2025 +0100 |
| committer | margaretha <margaretha@ids-mannheim.de> | Mon Nov 17 11:50:22 2025 +0100 |
| tree | 6ddf4b5c94076bd96af99c56fc77c09540a79275 | |
| parent | 35f49b58db00c8b1d7d71b97356480a26ef50f67 [diff] |
Allow system VC to have names with less than 3 characters (close #788) Change-Id: I5f995987a1a7ba4a486e41381ee38302cafc8bf4
diff --git a/src/test/resources/vc/c.jsonld b/src/test/resources/vc/c.jsonld new file mode 100644 index 0000000..a79d6e5 --- /dev/null +++ b/src/test/resources/vc/c.jsonld
@@ -0,0 +1,10 @@ +{"collection": { + "@type": "koral:doc", + "key": "textSigle", + "match": "match:ne", + "type" : "type:string", + "value": [ + "GOE/AGI/04846", + "GOE/AGA/01784" + ] +}}