Skip to content

Commit

Permalink
Update ds001-eu-company-certificate.json
Browse files Browse the repository at this point in the history
legalRepresentative has been moved after the legalEntity property for coherence, as suggested by registries
  • Loading branch information
celiacouson authored Nov 14, 2024
1 parent fb9a1ea commit 0053c72
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions data-schemas/ds001-eu-company-certificate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@
"description": "Attributes representing a Legal Entity",
"type": "object",
"properties": {
"legalRepresentative": {
"description": "Information about any person authorized by the company to represent it alone or jointly",
"type": "array",
"items": {
"anyOf": [
{
"$ref": "#/$defs/legalRepresentative.physicalPerson"
},
{
"$ref": "#/$defs/legalRepresentative.legalPerson"
}
]
}
},
"legalEntity": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -213,9 +199,23 @@
]
}
},
"legalRepresentative": {
"description": "Information about any person authorized by the company to represent it alone or jointly",
"type": "array",
"items": {
"anyOf": [
{
"$ref": "#/$defs/legalRepresentative.physicalPerson"
},
{
"$ref": "#/$defs/legalRepresentative.legalPerson"
}
]
}
},
"required": [
"legalRepresentative",
"legalEntity"
"legalEntity",
"legalRepresentative"
]
},
"credentialStatus": {
Expand Down

0 comments on commit 0053c72

Please sign in to comment.