aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/invalid-name.sd
blob: b5f639312e3dcc1aa6cff6138d93e8d2bfd7a651 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Dashes in names are not allowed
search invalid-name {

  document invalid-name {

      field title type string {

      }

  }

}