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
Publisherstring`json:"publisher" schema:"description:name of the publisher;example:XYZ, Computer Magazine"`
93
96
PublicationDatestring`json:"publicationDate,omitempty" schema:"description:date of publication;format:date;example:2015-08-01"`
94
97
Resources []resourceSchema`json:"resources,omitempty" schema:"description:multiple resources with label"`
98
+
Imagestring`json:"image,omitempty" schema:"description:url or base64 of the publication;example:example.com/Abcxyz"`
95
99
URLstring`json:"url,omitempty" schema:"description:url of the publication;format:uri;example:http://www.computer.org.example.com/csdl/mags/co/2015/10/rx069-abs.html"`
96
100
Summarystring`json:"summary,omitempty" schema:"description:short summary of the publication;example:Discussion of the advent of deep learning and artificial intelligence"`
97
101
}
@@ -127,6 +131,7 @@ type awardSchema struct {
127
131
typeprojectSchemastruct {
128
132
Namestring`json:"name" schema:"description:name of the project;example:File Transfer application"`
129
133
LocationlocationSchema`json:"location,omitempty" schema:"description:location of the project"`
134
+
Imagestring`json:"image,omitempty" schema:"description:url or base64 of the logo;example:example.com/Abcxyz"`
130
135
Descriptionstring`json:"description,omitempty" schema:"description:short summary of project;example:Developed a client and server based application"`
131
136
Highlights []string`json:"highlights,omitempty" schema:"description:specify multiple features;items_example:used Java AWT and Swing for client side userinterface"`
132
137
Keywords []string`json:"keywords,omitempty" schema:"description:specify special elements involved;items_example:Java"`
0 commit comments