Type Alias JsonBodyInputSchema
JsonBodyInputSchema: {
arrayField?: boolean;
defaultValue?: string | number | boolean;
headerField?: boolean;
helper?: string;
hideFromDetailsDisplay?: boolean;
hyperlink?: {
showAsGenericView?: boolean;
url: string;
};
key: string;
label: string;
options?: {
label: string;
value: string | number | boolean;
}[];
required?: boolean;
type: string;
}
Type declaration
Optional
arrayField?: boolean
Optional
defaultValue?: string | number | boolean
Optional
headerField?: boolean
Optional
helper?: string
Optional
hideFromDetailsDisplay?: boolean
Optional
hyperlink?: {
showAsGenericView?: boolean;
url: string;
}
Optional
showAsGenericView?: boolean
url: string
key: string
label: string
Optional
options?: {
label: string;
value: string | number | boolean;
}[]
Optional
required?: boolean
type: string
Note only applicable for public parameters input schemas