PayloadValidationDetailsProps: PropertyGroupProps & {
    skipBody?: boolean;
    value?: Payload;
}