We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f9090 commit ad649e0Copy full SHA for ad649e0
lib/genericode/value.rb
@@ -9,7 +9,7 @@
9
10
module Genericode
11
class Value < Lutaml::Model::Serializable
12
- attribute :column_ref, ColumnRef
+ attribute :column_ref, :string
13
attribute :annotation, Annotation
14
attribute :simple_value, SimpleValue
15
attribute :complex_value, AnyOtherContent
0 commit comments