# 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 ) ```