brandon14/ebay-sdk-php

View on GitHub
src/Buy/Feed/V1/docs/Model/SupportedSchema.md

Summary

Maintainability
Test Coverage
# # SupportedSchema

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**definition** | **string** | A list of the fields that will be returned in the feed file.<br /><br /><span class=\"tablenote\"><span style=\"color:#004680\"><strong>Note:</strong></span> Refer to <a href=\"/api-docs/buy/feed/v1/static/overview.html#feed-types\" target=\"_blank\">Supported feed types</a> to learn about the feed fields that are included in each supported feed type.</span> | [optional]
**deprecated** | **bool** | Indicates whether the schema is still functional or deprecated. One of either <code>true</code> or <code>false</code>. | [optional]
**formats** | **string[]** | An list of the available formats in which the schema can be downloaded. Currently only TSV (Tab Separated Values) is supported. | [optional]
**schema_version** | **string** | The version of the <b>Feed</b> API schema under which the feed type was created.<br /><br /><b>Example:</b> 1.0. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)