From f9b196db0f541c8939f0a552c817bb3d10119556 Mon Sep 17 00:00:00 2001 From: Yogesh Sinha Date: Wed, 13 Mar 2024 17:17:18 -0400 Subject: [PATCH] changes to test preview. Fixes #5882 Signed-off-by: Yogesh Sinha --- ast/builtins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast/builtins.go b/ast/builtins.go index 34b278d55f..f008ef39a6 100644 --- a/ast/builtins.go +++ b/ast/builtins.go @@ -2344,7 +2344,7 @@ with all others being treated as intermediates.`, types.Named("options", types.NewObject( nil, types.NewDynamicProperty(types.S, types.A), - )).Description("object containing extra configs to verify the validity of certificates."), + )).Description("object containing extra configs to verify the validity of certificates. `options` object supports four fields which maps to same fields in [x509.VerifyOptions struct](https://pkg.go.dev/crypto/x509#VerifyOptions). `DNSName`, `CurrentTime`: Nanoseconds since the Unix Epoch as a number, `MaxConstraintComparisons` and `KeyUsages`. Possible values for `KeyUsages`:"), ), types.Named("output", types.NewArray([]types.Type{ types.B,