lib/health-data-standards/models/assessment.rb in health-data-standards-3.7.0 vs lib/health-data-standards/models/assessment.rb in health-data-standards-4.0.0
- old
+ new
@@ -1,3 +1,4 @@
class Assessment < Entry
field :method, type: Hash
+ field :components, type: Hash
end