Type alias CredentialSchemaSubject

CredentialSchemaSubject: {
    properties: {
        attributes: CredentialSchemaAttributes;
        id: IdDetails;
    };
    required: string[];
    type: "object";
}

Type declaration

  • properties: {
        attributes: CredentialSchemaAttributes;
        id: IdDetails;
    }
    • attributes: CredentialSchemaAttributes
    • id: IdDetails
  • required: string[]
  • type: "object"

Generated using TypeDoc