Sha256: de1e65f3ea5b0427ea7de4c55114b59b56abb3327efd44f125c37343d12ee681
Contents?: true
Size: 390 Bytes
Versions: 58
Compression:
Stored size: 390 Bytes
Contents
# OryClient::IdentitySchemaContainer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the Identity JSON Schema | [optional] | | **schema** | **Object** | Raw JSON Schema | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentitySchemaContainer.new( id: null, schema: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems