Skip to content

Yaml-model: Implement `valued_properties` keyword

In addition to the existing obligatory_properties, there should be a valued_properties keyword, especially for role: Record. Contents of this keyword could look like

TestRecord:
  role: Record
  valued_properties:
    a: 1
    b:
      value: 2