|
6395 | 6395 | "services.trustregistry.v1.GetMemberAuthorizationStatusRequest": { |
6396 | 6396 | "name": "GetMemberAuthorizationStatusRequest", |
6397 | 6397 | "full_name": "services.trustregistry.v1.GetMemberAuthorizationStatusRequest", |
6398 | | - "description": "Request to fetch member status in governance framework for a specific credential schema.", |
| 6398 | + "description": "Request to fetch member status in Trust Registry for a specific credential schema.", |
6399 | 6399 | "fields": [ |
6400 | 6400 | "services.trustregistry.v1.GetMemberAuthorizationStatusRequest.did_uri", |
6401 | 6401 | "services.trustregistry.v1.GetMemberAuthorizationStatusRequest.schema_uri" |
|
6416 | 6416 | "services.trustregistry.v1.GetMemberRequest": { |
6417 | 6417 | "name": "GetMemberRequest", |
6418 | 6418 | "full_name": "services.trustregistry.v1.GetMemberRequest", |
6419 | | - "description": "Request to get a member of the governance framework", |
| 6419 | + "description": "Request to get a member of the Trust Registry", |
6420 | 6420 | "fields": [ |
6421 | 6421 | "services.trustregistry.v1.GetMemberRequest.did_uri", |
6422 | 6422 | "services.trustregistry.v1.GetMemberRequest.wallet_id", |
|
6484 | 6484 | "services.trustregistry.v1.UnregisterMemberRequest": { |
6485 | 6485 | "name": "UnregisterMemberRequest", |
6486 | 6486 | "full_name": "services.trustregistry.v1.UnregisterMemberRequest", |
6487 | | - "description": "Request to unregister a member as a valid issuer of a specific credential schema.\nOnly one of `did_uri`, `wallet_id`, or `email` may be specified.", |
| 6487 | + "description": "Request to unregister a member as a valid issuer of a specific credential schema.\nOnly one of `did_uri`, `wallet_id`, or `email` may be specified.\nThe URI of the credential schema must be specified.", |
6488 | 6488 | "fields": [ |
6489 | 6489 | "services.trustregistry.v1.UnregisterMemberRequest.did_uri", |
6490 | 6490 | "services.trustregistry.v1.UnregisterMemberRequest.wallet_id", |
|
10333 | 10333 | "label": "LABEL_OPTIONAL", |
10334 | 10334 | "type": "string", |
10335 | 10335 | "full_type": "string", |
10336 | | - "description": "The ID of the item in the wallet that contains the credential offer" |
| 10336 | + "description": "The ID of the credential offer (Parameter ID inside the JSON document)", |
| 10337 | + "options": { |
| 10338 | + "services.options.optional": true |
| 10339 | + } |
10337 | 10340 | }, |
10338 | 10341 | "services.verifiablecredentials.v1.AcceptCredentialResponse.document_json": { |
10339 | 10342 | "name": "document_json", |
@@ -10373,31 +10376,43 @@ |
10373 | 10376 | "label": "LABEL_OPTIONAL", |
10374 | 10377 | "type": "bool", |
10375 | 10378 | "full_type": "bool", |
10376 | | - "description": "If true, a short URL link will be generated that can be used to share the credential offer with the holder.\nThis link will point to the credential offer in the wallet app." |
| 10379 | + "description": "If true, a short URL link will be generated that can be used to share the credential offer with the holder.\nThis link will point to the credential offer in the wallet app.", |
| 10380 | + "options": { |
| 10381 | + "services.options.optional": true |
| 10382 | + } |
10377 | 10383 | }, |
10378 | 10384 | "services.verifiablecredentials.v1.CreateCredentialOfferRequest.holder_binding": { |
10379 | 10385 | "name": "holder_binding", |
10380 | 10386 | "full_name": "services.verifiablecredentials.v1.CreateCredentialOfferRequest.holder_binding", |
10381 | 10387 | "label": "LABEL_OPTIONAL", |
10382 | 10388 | "type": "bool", |
10383 | 10389 | "full_type": "bool", |
10384 | | - "description": "If true, the credential will be issued with holder binding by specifying\nthe holder DID in the credential subject" |
| 10390 | + "description": "If true, the credential will be issued with holder binding by specifying\nthe holder DID in the credential subject", |
| 10391 | + "options": { |
| 10392 | + "services.options.optional": true |
| 10393 | + } |
10385 | 10394 | }, |
10386 | 10395 | "services.verifiablecredentials.v1.CreateCredentialOfferRequest.include_governance": { |
10387 | 10396 | "name": "include_governance", |
10388 | 10397 | "full_name": "services.verifiablecredentials.v1.CreateCredentialOfferRequest.include_governance", |
10389 | 10398 | "label": "LABEL_OPTIONAL", |
10390 | 10399 | "type": "bool", |
10391 | 10400 | "full_type": "bool", |
10392 | | - "description": "If true, the issued credential will contain an attestation of the issuer's membership in the ecosystem's\ngovernance framework." |
| 10401 | + "description": "If true, the issued credential will contain an attestation of the issuer's membership in the ecosystem's\nTrust Registry.", |
| 10402 | + "options": { |
| 10403 | + "services.options.optional": true |
| 10404 | + } |
10393 | 10405 | }, |
10394 | 10406 | "services.verifiablecredentials.v1.CreateCredentialOfferRequest.signature_type": { |
10395 | 10407 | "name": "signature_type", |
10396 | 10408 | "full_name": "services.verifiablecredentials.v1.CreateCredentialOfferRequest.signature_type", |
10397 | 10409 | "label": "LABEL_OPTIONAL", |
10398 | 10410 | "type": "SignatureType", |
10399 | 10411 | "full_type": "services.verifiablecredentials.v1.SignatureType", |
10400 | | - "description": "The type of signature to use when signing the credential. Defaults to `EXPERIMENTAL`." |
| 10412 | + "description": "The type of signature to use when signing the credential. Defaults to `EXPERIMENTAL`.", |
| 10413 | + "options": { |
| 10414 | + "services.options.optional": true |
| 10415 | + } |
10401 | 10416 | }, |
10402 | 10417 | "services.verifiablecredentials.v1.CreateCredentialOfferRequest.template_id": { |
10403 | 10418 | "name": "template_id", |
|
10512 | 10527 | "label": "LABEL_OPTIONAL", |
10513 | 10528 | "type": "bool", |
10514 | 10529 | "full_type": "bool", |
10515 | | - "description": "If true, the issued credential will contain an attestation of the issuer's membership in the ecosystem's\ngovernance framework." |
| 10530 | + "description": "If true, the issued credential will contain an attestation of the issuer's membership in the ecosystem's\nTrust Registry." |
10516 | 10531 | }, |
10517 | 10532 | "services.verifiablecredentials.v1.IssueFromTemplateRequest.save_copy": { |
10518 | 10533 | "name": "save_copy", |
|
10568 | 10583 | "label": "LABEL_OPTIONAL", |
10569 | 10584 | "type": "string", |
10570 | 10585 | "full_type": "string", |
10571 | | - "description": "The ID of the item in the wallet that contains the credential offer" |
| 10586 | + "description": "The ID of the credential offer (Parameter ID inside the JSON document)", |
| 10587 | + "options": { |
| 10588 | + "services.options.optional": true |
| 10589 | + } |
10572 | 10590 | }, |
10573 | 10591 | "services.verifiablecredentials.v1.RevealTemplateAttributes.template_attributes": { |
10574 | 10592 | "name": "template_attributes", |
|
10616 | 10634 | "label": "LABEL_OPTIONAL", |
10617 | 10635 | "type": "bool", |
10618 | 10636 | "full_type": "bool", |
10619 | | - "description": "Send email notification that credential has been sent to a wallet" |
| 10637 | + "description": "Send email notification that credential has been sent to a wallet", |
| 10638 | + "options": { |
| 10639 | + "services.options.optional": true |
| 10640 | + } |
10620 | 10641 | }, |
10621 | 10642 | "services.verifiablecredentials.v1.SendRequest.wallet_id": { |
10622 | 10643 | "name": "wallet_id", |
|
0 commit comments