schemaId property

  1. @BuiltValueField(wireName: r'schema_id')
String? schemaId

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.

Implementation

@BuiltValueField(wireName: r'schema_id')
String? get schemaId;