package sbhpfv1 // Property defines a value, and belongs to a node. type Property struct { Key string Type PropertyType Value interface{} }