Skip to content

Commit

Permalink
fix formats, required attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
vvujjini committed Sep 29, 2023
1 parent acb4098 commit 6d8793f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Civil & Federated Registries
* Data access - [html](https://g2p-connect.github.io/specs/release/html/registry_core_api_v1.0.0.html), [yaml](https://g2p-connect.github.io/specs/release/yaml/registry_core_api_v1.0.0.yaml)
* Verifiable Credentials
* Formats - [W3C VC Data Model](https://www.w3.org/TR/vc-data-model-2.0/) | [W3C VC JSON](https://www.w3.org/TR/vc-json-schema/) | [ISO mDL]() | [Anonymous Credentials] ()
* Issuance - [OIDC](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html) | [W3C VC-API](https://w3c-ccg.github.io/vc-api/)
* Wallets - [W3C Universal Wallet](https://w3c-ccg.github.io/universal-wallet-interop-spec/) | [Open Wallet Foundation](https://openwallet.foundation)
* Formats - [W3C VC Data Model](https://www.w3.org/TR/vc-data-model-2.0/), [W3C VC JSON](https://www.w3.org/TR/vc-json-schema/), ISO mDL, Anonymous Credentials
* Issuance - [OIDC](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html), [W3C VC-API](https://w3c-ccg.github.io/vc-api/)
* Wallets - [W3C Universal Wallet](https://w3c-ccg.github.io/universal-wallet-interop-spec/), [Open Wallet Foundation](https://openwallet.foundation)
* Beneficiary Management
* Registration
* Assess
Expand Down
5 changes: 4 additions & 1 deletion src/common/schema/IdTypeQuery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ properties:
allOf:
- description: Identifier Value of the subject.
- $ref: AttributeValue.yaml
example: "12314567890"
example: "12314567890"
required:
- type
- value
5 changes: 4 additions & 1 deletion src/common/schema/NamedQuery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ properties:
{
"BRN": "1111",
"area_code": "123"
}
}
required:
- query_name
- query_params

0 comments on commit 6d8793f

Please sign in to comment.