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