Sha256: 31efd32911025248a7c138fce2dae548591f1c55e8a9283087207980c4342714
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
# OryClient::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-client' instance = OryClient::IdentitySchema.new( id: null, schema: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha21 | docs/IdentitySchema.md |