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 7828a4e commit 181b34aCopy full SHA for 181b34a
arduino/libraries/librariesindex/json.go
@@ -30,8 +30,8 @@ type indexJSON struct {
30
}
31
32
type indexRelease struct {
33
- Name string `json:"name,required"`
34
- Version *semver.Version `json:"version,required"`
+ Name string `json:"name"`
+ Version *semver.Version `json:"version"`
35
Author string `json:"author"`
36
Maintainer string `json:"maintainer"`
37
Sentence string `json:"sentence"`
0 commit comments