UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

23 lines (15 loc) 562 B
# SchemaPatch ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | **object** | The json schema | [default to undefined] **name** | **string** | The user defined schema name | [default to undefined] ## Example ```typescript import { SchemaPatch } from '@ory/client'; const instance: SchemaPatch = { data, name, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)