Skip to content

Commit

Permalink
Merge pull request #13 from spdci/feature/social-registry-changes
Browse files Browse the repository at this point in the history
Feature/social registry changes
  • Loading branch information
tntra-dhananjay authored Dec 7, 2023
2 parents bcf1ac2 + 69c2580 commit da295a8
Show file tree
Hide file tree
Showing 23 changed files with 4,223 additions and 381 deletions.
3 changes: 3 additions & 0 deletions build/build_apis.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ redocly build-docs ./release/yaml/registry_core_api_v1.0.0.yaml -o ./release/ht
swagger-cli -f 2 -t yaml bundle ./src/registry/ibr_api_v1.0.0.yaml -o ./release/yaml/ibr_api_v1.0.0.yaml
redocly build-docs ./release/yaml/ibr_api_v1.0.0.yaml -o ./release/html/ibr_api_v1.0.0.html

swagger-cli -f 2 -t yaml bundle ./src/registry/social_api_v1.0.0.yaml -o ./release/yaml/social_api_v1.0.0.yaml
redocly build-docs ./release/yaml/social_api_v1.0.0.yaml -o ./release/html/social_api_v1.0.0.html


# build locations APIs
swagger-cli -f 2 -t yaml bundle ./src/locations/locations_core_api_v1.0.0.yaml -o ./release/yaml/locations_core_api_v1.0.0.yaml
Expand Down
Binary file added release/html/dci-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 74 additions & 19 deletions release/html/ibr_api_v1.0.0.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions release/html/registry_core_api_v1.0.0.html

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions release/html/social_api_v1.0.0.html

Large diffs are not rendered by default.

371 changes: 99 additions & 272 deletions release/yaml/ibr_api_v1.0.0.yaml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions release/yaml/registry_core_api_v1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.3
info:
title: Interoperability APIs - Foundational/Functional registries
x-logo:
url: 'https://standards.spdci.org/api-documentation/draft/dci-logo.png'
url: ./dci-logo.png
backgroundColor: '#FFFFFF'
altText: Digital Convergence Initiative
description: |-
Expand All @@ -15,13 +15,13 @@ info:
3. Request status check: The request status checking APIs implement to check status of request sent in any above APIs
Gitbook reference link:
- [CRVS - V1.0 ](https://digital-convergence-initiative-d.gitbook.io/dci-standards-1/standards/1.-crvs)
- [CRVS - V1.0 ](https://standards.spdci.org/standards/v/crvs-v1.0-1/)
Code directory links:
- [Identifiers](https://digital-convergence-initiative-d.gitbook.io/dci-standards-1/standards/1.-crvs/6.5-data-standards/6.5.2-code-directory#cd.01-identifier_type)
- [Marital Status](https://digital-convergence-initiative-d.gitbook.io/dci-standards-1/standards/1.-crvs/6.5-data-standards/6.5.2-code-directory#cd.02-marital_status)
- [Sex](https://digital-convergence-initiative-d.gitbook.io/dci-standards-1/standards/1.-crvs/6.5-data-standards/6.5.2-code-directory#cd.03-sex)
- [Vital event types](https://digital-convergence-initiative-d.gitbook.io/dci-standards-1/standards/1.-crvs/6.5-data-standards/6.5.2-code-directory#cd.04-vital_events)
- [Identifiers](https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/code-directory/cd.com.01-identifier_type)
- [Marital Status](https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/code-directory/cd.com.02-marital_status)
- [Sex](https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/code-directory/cd.com.03-sex)
- [Vital event types](https://standards.spdci.org/standards/standards-for-interoperability-interfaces/common-standards-for-interoperability-interfaces/data/code-directory/cd.com.04-vital_event)
Each request is build up of three parts
- signature
Expand All @@ -33,7 +33,7 @@ info:
email: info@spdci.org
license:
name: DCI Social Protection License
url: 'https://github.com/spdci/standards/blob/draft/LICENSE.md'
url: 'https://api.spdci.org/LICENSE.md'
servers:
- url: 'https://sandbox.spdci.org/namespace/v1.0.0'
description: Sandbox Server
Expand Down Expand Up @@ -1623,7 +1623,7 @@ components:
RegistryType:
type: string
description: |
@context: "https://schema.spdci.org/common/v1/RegistryType.jsonld" <br>
@context: https://schema.spdci.org/common/v1/RegistryType.jsonld <br>
@type: "RegistryType" <br>
**Notes:**
Expand Down
Loading

0 comments on commit da295a8

Please sign in to comment.