aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/configmodel/types/type_with_doc_field.sd
blob: 290b7958c9f5cdc7aa2beac09353fce6e3a24d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search types {

  document types {

    field doc_field type other_doc {
    }

  }
}