Add preserveHistory option for mock
This commit is contained in:
parent
7a13cb2ce5
commit
3599300191
5 changed files with 71 additions and 38 deletions
|
@ -23,6 +23,7 @@
|
|||
<xs:element name="responseHeaders" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="schema" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="imports" type="common:importAlias" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="preserveHistory" type="xs:boolean" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:extension>
|
||||
</xs:complexContent>
|
||||
|
|
|
@ -110,6 +110,7 @@
|
|||
<xs:element name="statusCode" type="xs:int"/>
|
||||
<xs:element name="schema" type="xs:string" minOccurs="0"/>
|
||||
<xs:element name="imports" type="common:importAlias" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element name="preserveHistory" type="xs:boolean" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue