Discogs · Schema

InventoryExportsResponse

InventoryExportsResponse schema from Discogs API

MusicMarketplaceCatalogCommunityVinylPublic APIs

Properties

Name Type Description
pagination object
items array
View JSON Schema on GitHub

JSON Schema

discogs-inventory-exports-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-schema/discogs-inventory-exports-response-schema.json",
  "title": "InventoryExportsResponse",
  "description": "InventoryExportsResponse schema from Discogs API",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InventoryExport"
      }
    }
  }
}