{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CompatibilityResponse", "title": "CompatibilityResponse", "type": "object", "properties": { "compatibilityStatus": { "type": "string", "description": "An enumeration value that tells you if the item is compatible with the product.

The values are: Code so that your app gracefully handles any future changes to this list. For implementation help, refer to eBay API documentation" }, "warnings": { "type": "array", "description": "An array of warning messages. These types of errors do not prevent the method from executing but should be checked.", "items": { "$ref": "#/components/schemas/Error" } } }, "description": "The type that defines the response fields for checkCompatibility. " }