summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/types/mandatory.xml
blob: 967ee4a5ef6ce2849df0e66af926f9d0e7ddf702 (plain) (blame)
1
2
3
4
5
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<query-profile-type id="mandatory" inherits="native">
  <field name="timeout" type="string" mandatory="true"/>
  <field name="foo" type="integer" mandatory="true"/>
</query-profile-type>