summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/types/mandatory.xml
blob: ea6180f7379c0ebc91c710dbb6bcb17ec24a46c4 (plain) (blame)
1
2
3
4
5
<!-- Copyright 2016 Yahoo Inc. 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>