/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../index'; /** * String field representation. */ export interface ClaimsSchemaFieldStringValue { /** A set of named constants, each representing an allowable value. */ enum?: Truvity.ClaimsSchemaEnumValue[]; /** Determine whether the field values should be an array. */ isArray?: boolean; /** The IRI of the JSON-LD context that will be used to generate the vocabulary. */ jsonLdIri?: string; /** The JSON-LD type of the field. */ jsonLdType?: string; /** Field name. */ name: string; notEmpty?: boolean; /** The human-readable name of the field can be used to display the field in the UI. */ title?: string; } //# sourceMappingURL=ClaimsSchemaFieldStringValue.d.ts.map