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