Skip to content

Commit a95b042

Browse files
Merge remote-tracking branch 'origin/dataUsageAgreement' into dataUsageAgreement
# Conflicts: # schemas/actors/membership.schema.tpl.json
2 parents 9397b9c + a09ba59 commit a95b042

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

schemas/actors/membership.schema.tpl.json

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_type": "core:ISNI",
3+
"required": [
4+
"identifier"
5+
],
6+
"properties": {
7+
"identifier": {
8+
"type": "string",
9+
"pattern": "^https?://(www.)?isni.org/(isni/)?\\d{15}[\\dX]$)",
10+
"_instruction": "Enter the identifier for legal entities provided by the International Standard Name Identifier Assignment Agency ('International Standard Name Identifier'; ISNI) as an internationalized resource identifier (IRI) following the defined pattern (i.e., 'https://isni.org/' + ISNI)."
11+
}
12+
}
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"_type": "core:LEI",
3+
"required": [
4+
"identifier"
5+
],
6+
"properties": {
7+
"identifier": {
8+
"type": "string",
9+
"pattern": "^https://lei.global/LEI/[A-Z0-9]{18}\\d{2}$",
10+
"_instruction": "Enter the identifier for legal entities provided by a local operating unit delegated by the Global Legal Entity Identifier Foundation ('Legal Entity Identifier'; LEI) as an internationalized resource identifier (IRI) following the defined pattern (i.e., 'https://lei.global/LEI/' + LEI)."
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)