Sha256: 8c0599f57c98c725a047ac8771eb06c0b3b604933a28eeae1f84f1941e01c18e
Contents?: true
Size: 340 Bytes
Versions: 309
Compression:
Stored size: 340 Bytes
Contents
# OryClient::SchemaPatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | **Object** | The json schema | | | **name** | **String** | The user defined schema name | | ## Example ```ruby require 'ory-client' instance = OryClient::SchemaPatch.new( data: null, name: null ) ```
Version data entries
309 entries across 309 versions & 1 rubygems