diff --git a/release/index.md b/release/index.md index 9b5338f..c7e6d3d 100644 --- a/release/index.md +++ b/release/index.md @@ -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 diff --git a/src/common/schema/IdTypeQuery.yaml b/src/common/schema/IdTypeQuery.yaml index cf2d6b8..132719c 100644 --- a/src/common/schema/IdTypeQuery.yaml +++ b/src/common/schema/IdTypeQuery.yaml @@ -16,4 +16,7 @@ properties: allOf: - description: Identifier Value of the subject. - $ref: AttributeValue.yaml - example: "12314567890" \ No newline at end of file + example: "12314567890" +required: + - type + - value \ No newline at end of file diff --git a/src/common/schema/NamedQuery.yaml b/src/common/schema/NamedQuery.yaml index 587bb4f..9a3aac2 100644 --- a/src/common/schema/NamedQuery.yaml +++ b/src/common/schema/NamedQuery.yaml @@ -19,4 +19,7 @@ properties: { "BRN": "1111", "area_code": "123" - } \ No newline at end of file + } +required: + - query_name + - query_params \ No newline at end of file