A textual response

interface String {
    length: number;
    pattern?: string;
    imputed?: boolean;
    syntax?: "string" | "text";
}

Properties

length: number

The maximum number of characters in the response

pattern?: string

A regular expression the string must match

imputed?: boolean

True if no explicit length was written in the DSC - so the default is being used

syntax?: "string" | "text"

The syntax used in the DSC for type=string