# CreateVerifiableCredentialRequestBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**format** | **string** |  | [optional] [default to undefined]
**proof** | [**VerifiableCredentialProof**](VerifiableCredentialProof.md) |  | [optional] [default to undefined]
**types** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateVerifiableCredentialRequestBody } from '@ory/hydra-client';

const instance: CreateVerifiableCredentialRequestBody = {
    format,
    proof,
    types,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
