Sha256: 1516e0ccf7328b982767ac3141fadbe04043d9848809ec4440d157532a5d6091
Contents?: true
Size: 407 Bytes
Versions: 5
Compression:
Stored size: 407 Bytes
Contents
# OryKratosClient::IdentitySchema ## 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::IdentitySchema.new( id: null, schema: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems