You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// PatternCaveats Specific stipulations to consider and known behaviors to be aware of when using this design.
20
-
PatternCaveatsstring`json:"pattern_caveats"`
20
+
PatternCaveatsstring`json:"patternCaveats"`
21
21
22
22
// PatternInfo Purpose of the design along with its intended and unintended uses.
23
-
PatternInfostring`json:"pattern_info"`
23
+
PatternInfostring`json:"patternInfo"`
24
24
25
25
// Contains reference to the dark and light mode snapshots of the catalog.
26
26
SnapshotURL []string`json:"imageURL,omitempty"`// this will require updating exisitng catalog data as well. updated the json tag to match previous key name, so changes will not be required in exisitng catgalogs
0 commit comments