We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9ae56 commit 2c33f9bCopy full SHA for 2c33f9b
mmv1/api/resource.go
@@ -221,7 +221,7 @@ type Resource struct {
221
Examples []*resource.Examples
222
223
// Samples for generating tests and documentation
224
- Samples []*resource.Sample
+ Samples []*resource.Sample `yaml:"samples,omitempty"`
225
226
// If true, generates product operation handling logic.
227
AutogenAsync bool `yaml:"autogen_async,omitempty"`
0 commit comments