mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +00:00
adding docs for the framework Required field (#13884)
* adding docs for the framework Required field * minor fix * Update sdk/framework/backend.go Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by: Jim Kalafut <jkalafut@hashicorp.com>
This commit is contained in:
@@ -625,8 +625,11 @@ type FieldSchema struct {
|
|||||||
Type FieldType
|
Type FieldType
|
||||||
Default interface{}
|
Default interface{}
|
||||||
Description string
|
Description string
|
||||||
Required bool
|
|
||||||
Deprecated bool
|
// The Required and Deprecated members are only used by openapi, and are not actually
|
||||||
|
// used by the framework.
|
||||||
|
Required bool
|
||||||
|
Deprecated bool
|
||||||
|
|
||||||
// Query indicates this field will be sent as a query parameter:
|
// Query indicates this field will be sent as a query parameter:
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user