Sha256: 19069934274a7ffcc7189bb133bdc2be7f3396965a7a83042c40baae2f16e66a
Contents?: true
Size: 425 Bytes
Versions: 4
Compression:
Stored size: 425 Bytes
Contents
# OryKratosClient::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-kratos-client' instance = OryKratosClient::IdentitySchemaContainer.new( id: null, schema: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems