From e8f3847ff5b93d21b405c2a9cf12157146311204 Mon Sep 17 00:00:00 2001 From: Kathryn Date: Thu, 26 Oct 2023 17:06:10 +0000 Subject: [PATCH 1/7] changing subheadings in reference page to include spaces --- docs/schema/reference.rst | 88 +++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/docs/schema/reference.rst b/docs/schema/reference.rst index f062aa80..d2066636 100644 --- a/docs/schema/reference.rst +++ b/docs/schema/reference.rst @@ -85,8 +85,8 @@ Country .. _schema-entity-statement: -EntityStatement ---------------- +Entity Statement +---------------- .. json-value:: ../_build_schema/entity-statement.json :pointer: /description @@ -136,8 +136,8 @@ Interest .. _schema-interested-party: -InterestedParty ---------------- +Interested Party +---------------- .. json-value:: ../_build_schema/ownership-or-control-statement.json :pointer: /$defs/InterestedParty/description @@ -175,8 +175,8 @@ Name .. _schema-ownership-or-control-statement: -OwnershipOrControlStatement ---------------------------- +Ownership Or Control Statement +------------------------------ If a person is a beneficial owner of an entity - whether directly or indirectly - and the person or entity is required to declare this beneficial ownership, there MUST be an Ownership-or-control Statement connecting the two which represents the beneficial ownership relationship. See :ref:`representing-bo` for detailed requirements. @@ -190,8 +190,8 @@ If a person is a beneficial owner of an entity - whether directly or indirectly .. _schema-pep-status: -PepStatusDetails ----------------- +Pep Status Details +------------------ .. json-value:: ../_build_schema/components.json :pointer: /$defs/PepStatusDetails/description @@ -204,8 +204,8 @@ PepStatusDetails .. _schema-person-statement: -PersonStatement ---------------- +Person Statement +---------------- .. json-value:: ../_build_schema/person-statement.json :pointer: /description @@ -218,8 +218,8 @@ PersonStatement .. _schema-public-listing: -PublicListing ---------------- +Public Listing +-------------- .. json-value:: ../_build_schema/components.json :pointer: /$defs/PublicListing/description @@ -231,8 +231,8 @@ PublicListing .. _schema-publicationdetails: -PublicationDetails ------------------- +Publication Details +------------------- .. json-value:: ../_build_schema/components.json :pointer: /$defs/PublicationDetails/description @@ -258,8 +258,8 @@ Publisher .. _schema-replaces-statements: -ReplacesStatements ------------------- +Replaces Statements +------------------- .. json-value:: ../_build_schema/components.json :pointer: /$defs/ReplacesStatements/description @@ -269,8 +269,8 @@ See :any:`Updating statements ` for technical guidance o .. _schema-securities-listing: -SecuritiesListing ------------------ +Securities Listing +------------------ .. json-value:: ../_build_schema/components.json :pointer: /$defs/SecuritiesListing/description @@ -315,8 +315,8 @@ See :any:`Sources and annotations ` for a discussion of provenance m .. _schema-statement-date: -StatementDate -------------- +Statement Date +-------------- Dates MUST conform with the extended format of `ISO 8601 `_. All of the following, for example, are valid: @@ -328,8 +328,8 @@ Dates MUST conform with the extended format of `ISO 8601 Date: Mon, 30 Oct 2023 16:06:47 +0000 Subject: [PATCH 2/7] fixing links broken by prev edit --- docs/schema/changelog.rst | 2 +- docs/schema/concepts.rst | 2 +- docs/schema/reference.rst | 25 ++++++++++++++----------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/schema/changelog.rst b/docs/schema/changelog.rst index 0d559ab2..5e23a4c1 100644 --- a/docs/schema/changelog.rst +++ b/docs/schema/changelog.rst @@ -13,7 +13,7 @@ ChangeLog The schema specifies a **structure**, **fields** and **codelists** but does not yet enforce validation constraints on most fields. [Unreleased] -======= +============ Changed ------- diff --git a/docs/schema/concepts.rst b/docs/schema/concepts.rst index 59966513..72cd0eed 100644 --- a/docs/schema/concepts.rst +++ b/docs/schema/concepts.rst @@ -86,7 +86,7 @@ An ``ownershipOrControlStatement`` connects (via ``statementID`` references) the * A person described by a ``personStatement``; or * An unspecified party and the reasons that no ownership or control can be specified. -The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `interestType codelist `_) and, where relevant, percentages indicating the size of the interest. +The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `Interest Type codelist `_) and, where relevant, percentages indicating the size of the interest. To explore the structure of the data model in full use the :doc:`Schema browser `. Or read the :any:`Schema reference ` for detailed definitions of each object and field. diff --git a/docs/schema/reference.rst b/docs/schema/reference.rst index d2066636..baff8715 100644 --- a/docs/schema/reference.rst +++ b/docs/schema/reference.rst @@ -35,7 +35,7 @@ Address .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Address - :externallinks: {"type":{"url":"#addresstype","text":"AddressType"}} + :externallinks: {"type":{"url":"#address-type","text":"Address Type"}} :allowexternalrefs: @@ -67,7 +67,7 @@ The ``annotations`` property of statements currently allows an array of these si .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Annotation - :externallinks: {"motivation":{"url":"#annotationmotivation","text":"AnnotationMotivation"}} + :externallinks: {"motivation":{"url":"#annotation-motivation","text":"Annotation Motivation"}} :allowexternalrefs: .. _schema-country: @@ -93,7 +93,7 @@ Entity Statement .. jsonschema:: ../_build_schema/entity-statement.json :collapse: identifiers,addresses,source,jurisdiction,annotations,publicationDetails,publicListing - :externallinks: {"entityType":{"url":"#entitytype","text":"EntityType"},"entitySubtype/generalCategory":{"url":"#entitysubtypecategory","text":"EntitySubtypeCategory"}, "unspecifiedEntityDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"entityType":{"url":"#entity-type","text":"Entity Type"},"entitySubtype/generalCategory":{"url":"#entity-subtype-category","text":"Entity Subtype Category"}, "unspecifiedEntityDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"publicListing":{"url":"#public-listing","text":"Public Listing"}} :allowexternalrefs: .. _schema-id: @@ -131,7 +131,7 @@ Interest .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Interest :collapse: share - :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interesttype","text":"InterestType"}} + :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interest-type","text":"Interest Type"}} :allowexternalrefs: .. _schema-interested-party: @@ -145,7 +145,7 @@ Interested Party .. jsonschema:: ../_build_schema/ownership-or-control-statement.json :pointer: /properties/interestedParty :collapse: - :externallinks: {"unspecified/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"unspecified/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"}} :allowexternalrefs: .. _schema-jurisdiction: @@ -170,7 +170,7 @@ Name .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Name - :externallinks: {"type":{"url":"#nametype","text":"NameType"}} + :externallinks: {"type":{"url":"#name-type","text":"Name Type"}} :allowexternalrefs: .. _schema-ownership-or-control-statement: @@ -185,12 +185,14 @@ If a person is a beneficial owner of an entity - whether directly or indirectly .. jsonschema:: ../_build_schema/ownership-or-control-statement.json + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"interestedParty":{"url":"#interested-party","text":"Interested Party"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"}} :collapse: interests,source,annotations,interestedParty,publicationDetails :allowexternalrefs: + .. _schema-pep-status: -Pep Status Details +PEP Status Details ------------------ .. json-value:: ../_build_schema/components.json @@ -199,7 +201,7 @@ Pep Status Details .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PepStatusDetails :collapse: jurisdiction,source - :externallinks: {"source/type":{"url":"#sourcetype","text":"SourceType"}} + :externallinks: {"source/type":{"url":"#source-type","text":"Source Type"}} :allowexternalrefs: .. _schema-person-statement: @@ -212,7 +214,7 @@ Person Statement .. jsonschema:: ../_build_schema/person-statement.json :collapse: names,identifiers,source,placeOfResidence,placeOfBirth,addresses,nationalities,annotations,politicalExposure/details,publicationDetails,taxResidencies - :externallinks: {"personType":{"url": "#persontype","text":"PersonType"}, "unspecifiedPersonDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"personType":{"url": "#person-type","text":"Person Type"}, "unspecifiedPersonDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"politicalExposure/details":{"url":"#pep-status-details","text":"PEP Status Details"}} :allowexternalrefs: @@ -227,6 +229,7 @@ Public Listing .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PublicListing :collapse: securitiesListings + :externallinks: {"securitiesListings":{"url":"#securities-listing","text":"Securities Listing"}} :allowexternalrefs: .. _schema-publicationdetails: @@ -280,7 +283,7 @@ See :any:`Real world identifiers ` for technical gui .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/SecuritiesListing - :externallinks: {"security/idScheme":{"url":"#securitiesidentifierschemes","text":"SecuritiesIdentifierSchemes"}} + :externallinks: {"security/idScheme":{"url":"#securities-identifier-schemes","text":"Securities Identifier Schemes"}} :allowexternalrefs: .. _schema-share: @@ -307,7 +310,7 @@ Source .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Source :collapse: assertedBy - :externallinks: {"type":{"url":"#sourcetype","text":"SourceType"}} + :externallinks: {"type":{"url":"#source-type","text":"Source Type"}} :allowexternalrefs: From e33a132b4ae3a12ba4027d179571f75e71227789 Mon Sep 17 00:00:00 2001 From: Kathryn Date: Mon, 30 Oct 2023 17:38:32 +0000 Subject: [PATCH 3/7] fixing broken link --- schema/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/components.json b/schema/components.json index 4710aec3..2758d1c0 100644 --- a/schema/components.json +++ b/schema/components.json @@ -356,7 +356,7 @@ "properties": { "statementPointerTarget": { "title": "Statement Fragment Pointer", - "description": "An RFC6901 JSON Pointer (https://tools.ietf.org/html/rfc6901) describing the target fragment of the statement that this annotation applies to, starting from the root of the statement. A value of '/' indicates that the annotation applies to the whole statement.", + "description": "An [RFC6901 JSON Pointer](https://tools.ietf.org/html/rfc6901) describing the target fragment of the statement that this annotation applies to, starting from the root of the statement. A value of '/' indicates that the annotation applies to the whole statement.", "type": "string" }, "creationDate": { From b21834a00ee9cd1d7668ee44159a402bbf70fe77 Mon Sep 17 00:00:00 2001 From: Kathryn Date: Tue, 31 Oct 2023 15:03:44 +0000 Subject: [PATCH 4/7] Revert "fixing links broken by prev edit" This reverts commit 16163e27751f071e17599f1cca96f4501cd649d1. --- docs/schema/changelog.rst | 2 +- docs/schema/concepts.rst | 2 +- docs/schema/reference.rst | 25 +++++++++++-------------- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/docs/schema/changelog.rst b/docs/schema/changelog.rst index 5e23a4c1..0d559ab2 100644 --- a/docs/schema/changelog.rst +++ b/docs/schema/changelog.rst @@ -13,7 +13,7 @@ ChangeLog The schema specifies a **structure**, **fields** and **codelists** but does not yet enforce validation constraints on most fields. [Unreleased] -============ +======= Changed ------- diff --git a/docs/schema/concepts.rst b/docs/schema/concepts.rst index 72cd0eed..59966513 100644 --- a/docs/schema/concepts.rst +++ b/docs/schema/concepts.rst @@ -86,7 +86,7 @@ An ``ownershipOrControlStatement`` connects (via ``statementID`` references) the * A person described by a ``personStatement``; or * An unspecified party and the reasons that no ownership or control can be specified. -The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `Interest Type codelist `_) and, where relevant, percentages indicating the size of the interest. +The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `interestType codelist `_) and, where relevant, percentages indicating the size of the interest. To explore the structure of the data model in full use the :doc:`Schema browser `. Or read the :any:`Schema reference ` for detailed definitions of each object and field. diff --git a/docs/schema/reference.rst b/docs/schema/reference.rst index baff8715..d2066636 100644 --- a/docs/schema/reference.rst +++ b/docs/schema/reference.rst @@ -35,7 +35,7 @@ Address .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Address - :externallinks: {"type":{"url":"#address-type","text":"Address Type"}} + :externallinks: {"type":{"url":"#addresstype","text":"AddressType"}} :allowexternalrefs: @@ -67,7 +67,7 @@ The ``annotations`` property of statements currently allows an array of these si .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Annotation - :externallinks: {"motivation":{"url":"#annotation-motivation","text":"Annotation Motivation"}} + :externallinks: {"motivation":{"url":"#annotationmotivation","text":"AnnotationMotivation"}} :allowexternalrefs: .. _schema-country: @@ -93,7 +93,7 @@ Entity Statement .. jsonschema:: ../_build_schema/entity-statement.json :collapse: identifiers,addresses,source,jurisdiction,annotations,publicationDetails,publicListing - :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"entityType":{"url":"#entity-type","text":"Entity Type"},"entitySubtype/generalCategory":{"url":"#entity-subtype-category","text":"Entity Subtype Category"}, "unspecifiedEntityDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"publicListing":{"url":"#public-listing","text":"Public Listing"}} + :externallinks: {"entityType":{"url":"#entitytype","text":"EntityType"},"entitySubtype/generalCategory":{"url":"#entitysubtypecategory","text":"EntitySubtypeCategory"}, "unspecifiedEntityDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} :allowexternalrefs: .. _schema-id: @@ -131,7 +131,7 @@ Interest .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Interest :collapse: share - :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interest-type","text":"Interest Type"}} + :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interesttype","text":"InterestType"}} :allowexternalrefs: .. _schema-interested-party: @@ -145,7 +145,7 @@ Interested Party .. jsonschema:: ../_build_schema/ownership-or-control-statement.json :pointer: /properties/interestedParty :collapse: - :externallinks: {"unspecified/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"}} + :externallinks: {"unspecified/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} :allowexternalrefs: .. _schema-jurisdiction: @@ -170,7 +170,7 @@ Name .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Name - :externallinks: {"type":{"url":"#name-type","text":"Name Type"}} + :externallinks: {"type":{"url":"#nametype","text":"NameType"}} :allowexternalrefs: .. _schema-ownership-or-control-statement: @@ -185,14 +185,12 @@ If a person is a beneficial owner of an entity - whether directly or indirectly .. jsonschema:: ../_build_schema/ownership-or-control-statement.json - :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"interestedParty":{"url":"#interested-party","text":"Interested Party"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"}} :collapse: interests,source,annotations,interestedParty,publicationDetails :allowexternalrefs: - .. _schema-pep-status: -PEP Status Details +Pep Status Details ------------------ .. json-value:: ../_build_schema/components.json @@ -201,7 +199,7 @@ PEP Status Details .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PepStatusDetails :collapse: jurisdiction,source - :externallinks: {"source/type":{"url":"#source-type","text":"Source Type"}} + :externallinks: {"source/type":{"url":"#sourcetype","text":"SourceType"}} :allowexternalrefs: .. _schema-person-statement: @@ -214,7 +212,7 @@ Person Statement .. jsonschema:: ../_build_schema/person-statement.json :collapse: names,identifiers,source,placeOfResidence,placeOfBirth,addresses,nationalities,annotations,politicalExposure/details,publicationDetails,taxResidencies - :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"personType":{"url": "#person-type","text":"Person Type"}, "unspecifiedPersonDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"politicalExposure/details":{"url":"#pep-status-details","text":"PEP Status Details"}} + :externallinks: {"personType":{"url": "#persontype","text":"PersonType"}, "unspecifiedPersonDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} :allowexternalrefs: @@ -229,7 +227,6 @@ Public Listing .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PublicListing :collapse: securitiesListings - :externallinks: {"securitiesListings":{"url":"#securities-listing","text":"Securities Listing"}} :allowexternalrefs: .. _schema-publicationdetails: @@ -283,7 +280,7 @@ See :any:`Real world identifiers ` for technical gui .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/SecuritiesListing - :externallinks: {"security/idScheme":{"url":"#securities-identifier-schemes","text":"Securities Identifier Schemes"}} + :externallinks: {"security/idScheme":{"url":"#securitiesidentifierschemes","text":"SecuritiesIdentifierSchemes"}} :allowexternalrefs: .. _schema-share: @@ -310,7 +307,7 @@ Source .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Source :collapse: assertedBy - :externallinks: {"type":{"url":"#source-type","text":"Source Type"}} + :externallinks: {"type":{"url":"#sourcetype","text":"SourceType"}} :allowexternalrefs: From 4791b63aac83f3278f4b3f29035343d30501f336 Mon Sep 17 00:00:00 2001 From: Kathryn Date: Tue, 31 Oct 2023 15:06:28 +0000 Subject: [PATCH 5/7] Revert "fixing broken link" This reverts commit e33a132b4ae3a12ba4027d179571f75e71227789. --- schema/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/components.json b/schema/components.json index 2758d1c0..4710aec3 100644 --- a/schema/components.json +++ b/schema/components.json @@ -356,7 +356,7 @@ "properties": { "statementPointerTarget": { "title": "Statement Fragment Pointer", - "description": "An [RFC6901 JSON Pointer](https://tools.ietf.org/html/rfc6901) describing the target fragment of the statement that this annotation applies to, starting from the root of the statement. A value of '/' indicates that the annotation applies to the whole statement.", + "description": "An RFC6901 JSON Pointer (https://tools.ietf.org/html/rfc6901) describing the target fragment of the statement that this annotation applies to, starting from the root of the statement. A value of '/' indicates that the annotation applies to the whole statement.", "type": "string" }, "creationDate": { From 80cef3ea4ce915b22f4c7303f825b029c543e7db Mon Sep 17 00:00:00 2001 From: Kathryn Date: Tue, 31 Oct 2023 15:06:41 +0000 Subject: [PATCH 6/7] Revert "Revert "fixing links broken by prev edit"" This reverts commit b21834a00ee9cd1d7668ee44159a402bbf70fe77. --- docs/schema/changelog.rst | 2 +- docs/schema/concepts.rst | 2 +- docs/schema/reference.rst | 25 ++++++++++++++----------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/docs/schema/changelog.rst b/docs/schema/changelog.rst index 0d559ab2..5e23a4c1 100644 --- a/docs/schema/changelog.rst +++ b/docs/schema/changelog.rst @@ -13,7 +13,7 @@ ChangeLog The schema specifies a **structure**, **fields** and **codelists** but does not yet enforce validation constraints on most fields. [Unreleased] -======= +============ Changed ------- diff --git a/docs/schema/concepts.rst b/docs/schema/concepts.rst index 59966513..72cd0eed 100644 --- a/docs/schema/concepts.rst +++ b/docs/schema/concepts.rst @@ -86,7 +86,7 @@ An ``ownershipOrControlStatement`` connects (via ``statementID`` references) the * A person described by a ``personStatement``; or * An unspecified party and the reasons that no ownership or control can be specified. -The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `interestType codelist `_) and, where relevant, percentages indicating the size of the interest. +The ownership-or-control statement also contains an array of ``interests``, each with a type (selected from the `Interest Type codelist `_) and, where relevant, percentages indicating the size of the interest. To explore the structure of the data model in full use the :doc:`Schema browser `. Or read the :any:`Schema reference ` for detailed definitions of each object and field. diff --git a/docs/schema/reference.rst b/docs/schema/reference.rst index d2066636..baff8715 100644 --- a/docs/schema/reference.rst +++ b/docs/schema/reference.rst @@ -35,7 +35,7 @@ Address .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Address - :externallinks: {"type":{"url":"#addresstype","text":"AddressType"}} + :externallinks: {"type":{"url":"#address-type","text":"Address Type"}} :allowexternalrefs: @@ -67,7 +67,7 @@ The ``annotations`` property of statements currently allows an array of these si .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Annotation - :externallinks: {"motivation":{"url":"#annotationmotivation","text":"AnnotationMotivation"}} + :externallinks: {"motivation":{"url":"#annotation-motivation","text":"Annotation Motivation"}} :allowexternalrefs: .. _schema-country: @@ -93,7 +93,7 @@ Entity Statement .. jsonschema:: ../_build_schema/entity-statement.json :collapse: identifiers,addresses,source,jurisdiction,annotations,publicationDetails,publicListing - :externallinks: {"entityType":{"url":"#entitytype","text":"EntityType"},"entitySubtype/generalCategory":{"url":"#entitysubtypecategory","text":"EntitySubtypeCategory"}, "unspecifiedEntityDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"entityType":{"url":"#entity-type","text":"Entity Type"},"entitySubtype/generalCategory":{"url":"#entity-subtype-category","text":"Entity Subtype Category"}, "unspecifiedEntityDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"publicListing":{"url":"#public-listing","text":"Public Listing"}} :allowexternalrefs: .. _schema-id: @@ -131,7 +131,7 @@ Interest .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Interest :collapse: share - :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interesttype","text":"InterestType"}} + :externallinks: {"share":{"url":"#share","text":"Share"}, "type":{"url":"#interest-type","text":"Interest Type"}} :allowexternalrefs: .. _schema-interested-party: @@ -145,7 +145,7 @@ Interested Party .. jsonschema:: ../_build_schema/ownership-or-control-statement.json :pointer: /properties/interestedParty :collapse: - :externallinks: {"unspecified/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"unspecified/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"}} :allowexternalrefs: .. _schema-jurisdiction: @@ -170,7 +170,7 @@ Name .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Name - :externallinks: {"type":{"url":"#nametype","text":"NameType"}} + :externallinks: {"type":{"url":"#name-type","text":"Name Type"}} :allowexternalrefs: .. _schema-ownership-or-control-statement: @@ -185,12 +185,14 @@ If a person is a beneficial owner of an entity - whether directly or indirectly .. jsonschema:: ../_build_schema/ownership-or-control-statement.json + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"interestedParty":{"url":"#interested-party","text":"Interested Party"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"}} :collapse: interests,source,annotations,interestedParty,publicationDetails :allowexternalrefs: + .. _schema-pep-status: -Pep Status Details +PEP Status Details ------------------ .. json-value:: ../_build_schema/components.json @@ -199,7 +201,7 @@ Pep Status Details .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PepStatusDetails :collapse: jurisdiction,source - :externallinks: {"source/type":{"url":"#sourcetype","text":"SourceType"}} + :externallinks: {"source/type":{"url":"#source-type","text":"Source Type"}} :allowexternalrefs: .. _schema-person-statement: @@ -212,7 +214,7 @@ Person Statement .. jsonschema:: ../_build_schema/person-statement.json :collapse: names,identifiers,source,placeOfResidence,placeOfBirth,addresses,nationalities,annotations,politicalExposure/details,publicationDetails,taxResidencies - :externallinks: {"personType":{"url": "#persontype","text":"PersonType"}, "unspecifiedPersonDetails/reason":{"url":"#unspecifiedreason","text":"UnspecifiedReason"}} + :externallinks: {"statementDate":{"url":"#statement-date","text":"Statement Date"},"personType":{"url": "#person-type","text":"Person Type"}, "unspecifiedPersonDetails/reason":{"url":"#unspecified-reason","text":"Unspecified Reason"},"replacesStatements":{"url":"#replaces-statements","text":"Replaces Statements"},"publicationDetails":{"url":"#publication-details","text":"Publication Details"},"politicalExposure/details":{"url":"#pep-status-details","text":"PEP Status Details"}} :allowexternalrefs: @@ -227,6 +229,7 @@ Public Listing .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/PublicListing :collapse: securitiesListings + :externallinks: {"securitiesListings":{"url":"#securities-listing","text":"Securities Listing"}} :allowexternalrefs: .. _schema-publicationdetails: @@ -280,7 +283,7 @@ See :any:`Real world identifiers ` for technical gui .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/SecuritiesListing - :externallinks: {"security/idScheme":{"url":"#securitiesidentifierschemes","text":"SecuritiesIdentifierSchemes"}} + :externallinks: {"security/idScheme":{"url":"#securities-identifier-schemes","text":"Securities Identifier Schemes"}} :allowexternalrefs: .. _schema-share: @@ -307,7 +310,7 @@ Source .. jsonschema:: ../_build_schema/components.json :pointer: /$defs/Source :collapse: assertedBy - :externallinks: {"type":{"url":"#sourcetype","text":"SourceType"}} + :externallinks: {"type":{"url":"#source-type","text":"Source Type"}} :allowexternalrefs: From d6ce15694298759f362e13cf889d60be9f17b5fa Mon Sep 17 00:00:00 2001 From: Kathryn Irish <137891030+kathryn-ods@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:19:08 +0000 Subject: [PATCH 7/7] Update person-statement.json fixing a typo 'perrson' --- schema/person-statement.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/person-statement.json b/schema/person-statement.json index 909ca473..9008100d 100644 --- a/schema/person-statement.json +++ b/schema/person-statement.json @@ -82,7 +82,7 @@ }, "identifiers": { "title": "Identifiers", - "description": "One or more official identifiers for this perrson. Where available, official registration numbers should be provided.", + "description": "One or more official identifiers for this person. Where available, official registration numbers should be provided.", "type": "array", "items": { "$ref": "components.json#/$defs/Identifier"