Skip to content

Commit

Permalink
Schema: Remove publicationDetails, source and annotations from entity…
Browse files Browse the repository at this point in the history
…, person and relationship records
  • Loading branch information
rhiaro committed Dec 28, 2023
1 parent c433885 commit f215c03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
21 changes: 0 additions & 21 deletions schema/entity-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,27 +93,6 @@
"format": "uri",
"propertyOrder": 21
},
"publicationDetails": {
"title": "Publication details",
"description": "Information concerning the original publication of this statement.",
"propertyOrder": 85,
"$ref": "urn:components#/$defs/PublicationDetails"
},
"source": {
"title": "Source",
"description": "The source of information about this entity, or of information that supports an anonymous or unknown entity statement.",
"propertyOrder": 89,
"$ref": "urn:components#/$defs/Source"
},
"annotations": {
"title": "Annotations",
"description": "Annotations about this statement or parts of this statement",
"type": "array",
"items": {
"$ref": "urn:components#/$defs/Annotation"
},
"propertyOrder": 90
},
"publicListing": {
"title": "Public listing",
"description": "Details of a publicly listed company, its securities (shares and other tradable financial instruments related to the entity), and related regulatory filings.",
Expand Down
21 changes: 0 additions & 21 deletions schema/person-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,6 @@
},
"propertyOrder": 60
},
"publicationDetails": {
"title": "Publication details",
"description": "Information concerning the original publication of this statement.",
"propertyOrder": 85,
"$ref": "urn:components#/$defs/PublicationDetails"
},
"source": {
"title": "Source",
"description": "The source of information about this person, or of information that supports an unknown or anonymous person statement.",
"propertyOrder": 89,
"$ref": "urn:components#/$defs/Source"
},
"annotations": {
"title": "Annotations",
"description": "Annotations about this statement or parts of this statement",
"type": "array",
"items": {
"$ref": "urn:components#/$defs/Annotation"
},
"propertyOrder": 90
},
"politicalExposure": {
"type": "object",
"title": "Political exposure",
Expand Down
18 changes: 0 additions & 18 deletions schema/relationship-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,6 @@
"items": {
"$ref": "#/$defs/Interest"
}
},
"publicationDetails": {
"title": "Publication details",
"description": "Information concerning the original publication of this statement.",
"$ref": "urn:components#/$defs/PublicationDetails"
},
"source": {
"title": "Source",
"description": "The source of the information that links the entity and the interested party, or that supports a null statement.",
"$ref": "urn:components#/$defs/Source"
},
"annotations": {
"title": "Annotations",
"description": "Annotations about this statement or parts of this statement",
"type": "array",
"items": {
"$ref": "urn:components#/$defs/Annotation"
}
}
},
"required": [
Expand Down

0 comments on commit f215c03

Please sign in to comment.