openstates/identifier_node.go

7 lines
125 B
Go
Raw Permalink Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type IdentifierNode struct {
Identifier string `json:"identifier"`
Scheme string `json:"scheme"`
2019-04-08 12:23:51 +00:00
}