mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 01:05:32 +00:00
Places, Agents, Serials, Entries
This commit is contained in:
10
dbmodels/exemplar.go
Normal file
10
dbmodels/exemplar.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dbmodels
|
||||
|
||||
type Exemplar struct {
|
||||
Location string `json:",omitempty"`
|
||||
Identifier string `json:",omitempty"`
|
||||
Annotation string `json:",omitempty"`
|
||||
Condition string `json:",omitempty"`
|
||||
Owner string `json:",omitempty"`
|
||||
Media string `json:",omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user