Method: OryClient::IdentitySchemaContainer.openapi_types
- Defined in:
- lib/ory-client/models/identity_schema_container.rb
.openapi_types ⇒ Object
Attribute type mapping.
39 40 41 42 43 44 |
# File 'lib/ory-client/models/identity_schema_container.rb', line 39 def self.openapi_types { :'id' => :'String', :'schema' => :'Object' } end |