{
  "name": "AI Markt Public Data Catalog",
  "version": "0.1.0",
  "resources": [
    {
      "type": "schema",
      "entity": "Product",
      "url": "https://concordmedia.eu/ai-markt/data/schemas/product.schema.json"
    },
    {
      "type": "schema",
      "entity": "Brand",
      "url": "https://concordmedia.eu/ai-markt/data/schemas/brand.schema.json"
    },
    {
      "type": "schema",
      "entity": "Category",
      "url": "https://concordmedia.eu/ai-markt/data/schemas/category.schema.json"
    },
    {
      "type": "example",
      "entity": "Product",
      "url": "https://concordmedia.eu/ai-markt/data/examples/product.example.json"
    },
    {
      "type": "example",
      "entity": "Brand",
      "url": "https://concordmedia.eu/ai-markt/data/examples/brand.example.json"
    },
    {
      "type": "example",
      "entity": "Category",
      "url": "https://concordmedia.eu/ai-markt/data/examples/category.example.json"
    }
  ]
}