UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

23 lines (15 loc) 610 B
# IdentitySchemaPreset ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **schema** | **object** | Schema is the Identity JSON Schema | [default to undefined] **url** | **string** | URL is the preset identifier | [default to undefined] ## Example ```typescript import { IdentitySchemaPreset } from '@ory/client'; const instance: IdentitySchemaPreset = { schema, url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)