Properties
Name | Type | Required | Description |
---|---|---|---|
Collection | CreateCollectionCollection1 | ❌ | For a complete list of values, refer to the collection.json schema file. |
For a complete list of values, refer to the collection.json schema file.
Properties
Name | Type | Required | Description |
---|---|---|---|
Info | CollectionInfo1 | ✅ | An object that contains basic information about the collection. For a complete list of values, refer to the definitions.info entry in the collection.json schema file. |
Item | List<CollectionItem> |
❌ | Information about the collection's HTTP requests and responses. For a complete list of values, refer to the definitions.item entry in the collection.json schema file. |
An object that contains basic information about the collection. For a complete list of values, refer to the definitions.info
entry in the collection.json schema file.
Properties
Name | Type | Required | Description |
---|---|---|---|
Name | string | ✅ | The collection's name. |
Schema | string | ✅ | A URL to the collection's schema. |
Properties
Name | Type | Required | Description |
---|---|---|---|
Request_ | object | ✅ | The collection's request information. For a complete list of values, refer to the collection.json schema file. If you pass an empty object for this value, the system defaults to an untitled GET request. |