Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.07 KB

File metadata and controls

21 lines (14 loc) · 1.07 KB

CreateCollectionSchemaEvent

Information about the collection's events.

Properties

Name Type Required Description
listen EventListen1 Can be set to test or prerequest for test scripts or pre-request scripts respectively.
script EventScript Information about the Javascript code that can be used to to perform setup or teardown operations in a response.

EventListen1

Can be set to test or prerequest for test scripts or pre-request scripts respectively.

Properties

Name Type Required Description
TEST string "test"
PREREQUEST string "prerequest"