mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +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,6 +625,9 @@ type FieldSchema struct {
 | 
				
			|||||||
	Type        FieldType
 | 
						Type        FieldType
 | 
				
			||||||
	Default     interface{}
 | 
						Default     interface{}
 | 
				
			||||||
	Description string
 | 
						Description string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// The Required and Deprecated members are only used by openapi, and are not actually
 | 
				
			||||||
 | 
						// used by the framework.
 | 
				
			||||||
	Required   bool
 | 
						Required   bool
 | 
				
			||||||
	Deprecated bool
 | 
						Deprecated bool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user