import 'package:kratos_api_dart/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
schemaId | String | 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. | [optional] |
state | IdentityState | ||
traits | JsonObject | Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in schema_id . |