@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
24 lines (16 loc) • 661 B
Markdown
# IdentitySchemaContainer
An Identity JSON Schema Container
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | The ID of the Identity JSON Schema | [default to undefined]
**schema** | **object** | The actual Identity JSON Schema | [default to undefined]
## Example
```typescript
import { IdentitySchemaContainer } from '@ory/kratos-client';
const instance: IdentitySchemaContainer = {
id,
schema,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)