Sha256: c423777a672b13b95a81065a15445c87737e1ee292a7b85cffa7e4adbf4d49d3
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
# OryClient::IdentitySchemaContainer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of the Identity JSON Schema | [optional] | | **schema** | [**IdentitySchema**](IdentitySchema.md) | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentitySchemaContainer.new( id: null, schema: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.2.0.alpha4 | docs/IdentitySchemaContainer.md |
ory-client-0.2.0.alpha2 | docs/IdentitySchemaContainer.md |