Sha256: 80739a186060e231fef128a74e484f878cb1980fd211c20e84a536a3450dc2e3
Contents?: true
Size: 379 Bytes
Versions: 207
Compression:
Stored size: 379 Bytes
Contents
# OryClient::IdentitySchemaPreset ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **schema** | **Object** | Schema is the Identity JSON Schema | | | **url** | **String** | URL is the preset identifier | | ## Example ```ruby require 'ory-client' instance = OryClient::IdentitySchemaPreset.new( schema: null, url: null ) ```
Version data entries
207 entries across 207 versions & 1 rubygems