Skip to content

Commit

Permalink
IBR recepit endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tntra-dhananjay committed Feb 14, 2024
1 parent f802e9d commit d476f50
Show file tree
Hide file tree
Showing 8 changed files with 2,734 additions and 1,986 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

737 changes: 369 additions & 368 deletions release/html/authz_core_api_v1.0.0.html

Large diffs are not rendered by default.

1,381 changes: 830 additions & 551 deletions release/html/ibr_api_v1.0.0.html

Large diffs are not rendered by default.

1,235 changes: 711 additions & 524 deletions release/html/registry_core_api_v1.0.0.html

Large diffs are not rendered by default.

1,346 changes: 803 additions & 543 deletions release/html/social_api_v1.0.0.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions release/yaml/ibr_api_v1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,11 @@ components:
description: Receipt type 1) Register 2) Payment 3) Deregister
beneficiaries:
type: array
description: |
1. Attributes of a person to create fetch records, create verifiable credentials or use in search criteria.
2. Allows Country/Registry specific implementation extensions using Attribute Name/Value pairs.
@context: https://schema.spdci.org/extensions/ibr/v1/Person.jsonld <br>
@type: "@context" <br>
items:
$ref: '#/components/schemas/SearchResponse/properties/search_response/items/properties/data/properties/reg_records/items'
required:
Expand Down
5 changes: 5 additions & 0 deletions release/yaml/social_api_v1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,11 @@ components:
- DEREGISTER
beneficiaries:
type: array
description: |
1. Attributes of a person to create fetch records, create verifiable credentials or use in search criteria.
2. Allows Country/Registry specific implementation extensions using Attribute Name/Value pairs.
@context: https://schema.spdci.org/extensions/ibr/v1/Person.jsonld <br>
@type: "@context" <br>
items:
type: object
description: |
Expand Down
5 changes: 5 additions & 0 deletions src/extensions/ibr/ReceiptInformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ properties:
description: "Receipt type 1) Register 2) Payment 3) Deregister"
beneficiaries:
type: array
description: |
1. Attributes of a person to create fetch records, create verifiable credentials or use in search criteria.
2. Allows Country/Registry specific implementation extensions using Attribute Name/Value pairs.
@context: https://schema.spdci.org/extensions/ibr/v1/Person.jsonld <br>
@type: "@context" <br>
items:
$ref: Person.yaml

0 comments on commit d476f50

Please sign in to comment.