aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/multi_struct/product.sd
blob: d1c636149175cd1c13de9618d04093af1fe57a2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
schema product {
  document product {
    struct mystruct {
        field zero type string {}
        field one type string {}
        field two type string {}
        field three type string {}
    }
    field more_stuff type map<string, mystruct> {
      indexing: summary
    }
  }
}