Method: OryClient::UpdateIdentityBody#schema_id
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#schema_id ⇒ Object
SchemaID is the ID of the JSON Schema to be used for validating the identity’s traits. If set will update the Identity’s SchemaID.
28 29 30 |
# File 'lib/ory-client/models/update_identity_body.rb', line 28 def schema_id @schema_id end |