Edit Schema ZR

                Never    
JSON
       
   1 {
   2   "definitions": {},
   3   "$schema": "http://json-schema.org/draft-07/schema#",
   4   "$id": "http://example.com/root.json",
   5   "type": "object",
   6   "title": "The Root Schema",
   7   "required": [
   8     "type",
   9     "products"
  10   ],
  11   "properties": {
  12     "type": {
  13       "$id": "#/properties/type",
  14       "type": "string",
  15       "title": "The Type Schema",
  16       "default": "",
  17       "examples": [
  18         "ArticleImport_partial"
  19       ],
  20       "pattern": "^(.*)$"
  21     },
  22     "products": {
  23       "$id": "#/properties/products",
  24       "type": "array",
  25       "title": "The Products Schema",
  26       "items": {
  27         "$id": "#/properties/products/items",
  28         "type": "object",
  29         "title": "The Items Schema",
  30         "required": [
  31           "title",
  32           "id",
  33           "metaTitle",
  34           "metaDescription",
  35           "metaKeywords",
  36           "manufacturer",
  37           "brand",
  38           "isCoolingRequired",
  39           "basicPricing",
  40           "categoryId",
  41           "leaflet",
  42           "activeIngrediance",
  43           "dosageForm",
  44           "isMedicine",
  45           "isDrugStoreRequired",
  46           "isPrescriptionRequired",
  47           "isFood",
  48           "isDietetic",
  49           "isDieteticFood",
  50           "isLoseWeightProduct",
  51           "isDietarySupplement",
  52           "descriptionShort",
  53           "descriptionLong",
  54           "articles"
  55         ],
  56         "properties": {
  57           "title": {
  58             "$id": "#/properties/products/items/properties/title",
  59             "type": "string",
  60             "title": "The Title Schema",
  61             "default": "",
  62             "examples": [
  63               "ACC akut 200 Brausetabletten"
  64             ],
  65             "pattern": "^(.*)$"
  66           },
  67           "id": {
  68             "$id": "#/properties/products/items/properties/id",
  69             "type": "integer",
  70             "title": "The Id Schema",
  71             "default": 0,
  72             "examples": [
  73               6432546
  74             ]
  75           },
  76           "metaTitle": {
  77             "$id": "#/properties/products/items/properties/metaTitle",
  78             "type": "object",
  79             "title": "The Metatitle Schema",
  80             "required": [
  81               "de"
  82             ],
  83             "properties": {
  84               "de": {
  85                 "$id": "#/properties/products/items/properties/metaTitle/properties/de",
  86                 "type": "string",
  87                 "title": "The De Schema",
  88                 "default": "",
  89                 "examples": [
  90                   "Jetzt ACC akut 200 mg bei Zur Rose Kaufen"
  91                 ],
  92                 "pattern": "^(.*)$"
  93               }
  94             }
  95           },
  96           "metaDescription": {
  97             "$id": "#/properties/products/items/properties/metaDescription",
  98             "type": "object",
  99             "title": "The Metadescription Schema",
 100             "required": [
 101               "de"
 102             ],
 103             "properties": {
 104               "de": {
 105                 "$id": "#/properties/products/items/properties/metaDescription/properties/de",
 106                 "type": "string",
 107                 "title": "The De Schema",
 108                 "default": "",
 109                 "examples": [
 110                   "ACC akut 200 mg ist der bewährte Hustenlöser mit dem 3-fach Effekt. Jetzt bei Zur Rose Apotheke kaufen. Löst den Schleim und stärkt die Bronchien. Einfach die Brausetablette auflösen, trinken und wieder frei Abhusten."
 111                 ],
 112                 "pattern": "^(.*)$"
 113               }
 114             }
 115           },
 116           "metaKeywords": {
 117             "$id": "#/properties/products/items/properties/metaKeywords",
 118             "type": "array",
 119             "title": "The Metakeywords Schema",
 120             "items": {
 121               "$id": "#/properties/products/items/properties/metaKeywords/items",
 122               "type": "object",
 123               "title": "The Items Schema",
 124               "required": [
 125                 "de"
 126               ],
 127               "properties": {
 128                 "de": {
 129                   "$id": "#/properties/products/items/properties/metaKeywords/items/properties/de",
 130                   "type": "string",
 131                   "title": "The De Schema",
 132                   "default": "",
 133                   "examples": [
 134                     "ACC akut"
 135                   ],
 136                   "pattern": "^(.*)$"
 137                 }
 138               }
 139             }
 140           },
 141           "manufacturer": {
 142             "$id": "#/properties/products/items/properties/manufacturer",
 143             "type": "string",
 144             "title": "The Manufacturer Schema",
 145             "default": "",
 146             "examples": [
 147               "Hexal AG"
 148             ],
 149             "pattern": "^(.*)$"
 150           },
 151           "brand": {
 152             "$id": "#/properties/products/items/properties/brand",
 153             "type": "string",
 154             "title": "The Brand Schema",
 155             "default": "",
 156             "examples": [
 157               "ACC"
 158             ],
 159             "pattern": "^(.*)$"
 160           },
 161           "isCoolingRequired": {
 162             "$id": "#/properties/products/items/properties/isCoolingRequired",
 163             "type": "boolean",
 164             "title": "The Iscoolingrequired Schema",
 165             "default": false,
 166             "examples": [
 167               true
 168             ]
 169           },
 170           "basicPricing": {
 171             "$id": "#/properties/products/items/properties/basicPricing",
 172             "type": "object",
 173             "title": "The Basicpricing Schema",
 174             "required": [
 175               "required",
 176               "quantity",
 177               "unit"
 178             ],
 179             "properties": {
 180               "required": {
 181                 "$id": "#/properties/products/items/properties/basicPricing/properties/required",
 182                 "type": "boolean",
 183                 "title": "The Required Schema",
 184                 "default": false,
 185                 "examples": [
 186                   true
 187                 ]
 188               },
 189               "quantity": {
 190                 "$id": "#/properties/products/items/properties/basicPricing/properties/quantity",
 191                 "type": "string",
 192                 "title": "The Quantity Schema",
 193                 "default": "",
 194                 "examples": [
 195                   "1"
 196                 ],
 197                 "pattern": "^(.*)$"
 198               },
 199               "unit": {
 200                 "$id": "#/properties/products/items/properties/basicPricing/properties/unit",
 201                 "type": "object",
 202                 "title": "The Unit Schema",
 203                 "required": [
 204                   "short",
 205                   "long"
 206                 ],
 207                 "properties": {
 208                   "short": {
 209                     "$id": "#/properties/products/items/properties/basicPricing/properties/unit/properties/short",
 210                     "type": "object",
 211                     "title": "The Short Schema",
 212                     "required": [
 213                       "de"
 214                     ],
 215                     "properties": {
 216                       "de": {
 217                         "$id": "#/properties/products/items/properties/basicPricing/properties/unit/properties/short/properties/de",
 218                         "type": "string",
 219                         "title": "The De Schema",
 220                         "default": "",
 221                         "examples": [
 222                           "st"
 223                         ],
 224                         "pattern": "^(.*)$"
 225                       }
 226                     }
 227                   },
 228                   "long": {
 229                     "$id": "#/properties/products/items/properties/basicPricing/properties/unit/properties/long",
 230                     "type": "object",
 231                     "title": "The Long Schema",
 232                     "required": [
 233                       "de"
 234                     ],
 235                     "properties": {
 236                       "de": {
 237                         "$id": "#/properties/products/items/properties/basicPricing/properties/unit/properties/long/properties/de",
 238                         "type": "string",
 239                         "title": "The De Schema",
 240                         "default": "",
 241                         "examples": [
 242                           "Stück"
 243                         ],
 244                         "pattern": "^(.*)$"
 245                       }
 246                     }
 247                   }
 248                 }
 249               }
 250             }
 251           },
 252           "categoryId": {
 253             "$id": "#/properties/products/items/properties/categoryId",
 254             "type": "array",
 255             "title": "The Categoryid Schema",
 256             "items": {
 257               "$id": "#/properties/products/items/properties/categoryId/items",
 258               "type": "integer",
 259               "title": "The Items Schema",
 260               "default": 0,
 261               "examples": [
 262                 3549522972
 263               ]
 264             }
 265           },
 266           "leaflet": {
 267             "$id": "#/properties/products/items/properties/leaflet",
 268             "type": "object",
 269             "title": "The Leaflet Schema",
 270             "required": [
 271               "source",
 272               "path"
 273             ],
 274             "properties": {
 275               "source": {
 276                 "$id": "#/properties/products/items/properties/leaflet/properties/source",
 277                 "type": "string",
 278                 "title": "The Source Schema",
 279                 "default": "",
 280                 "examples": [
 281                   "current"
 282                 ],
 283                 "pattern": "^(.*)$"
 284               },
 285               "path": {
 286                 "$id": "#/properties/products/items/properties/leaflet/properties/path",
 287                 "type": "string",
 288                 "title": "The Path Schema",
 289                 "default": "",
 290                 "examples": [
 291                   "./../assets/lmiv/02702315.pdf"
 292                 ],
 293                 "pattern": "^(.*)$"
 294               }
 295             }
 296           },
 297           "activeIngrediance": {
 298             "$id": "#/properties/products/items/properties/activeIngrediance",
 299             "type": "array",
 300             "title": "The Activeingrediance Schema",
 301             "items": {
 302               "$id": "#/properties/products/items/properties/activeIngrediance/items",
 303               "type": "object",
 304               "title": "The Items Schema",
 305               "required": [
 306                 "name",
 307                 "amount"
 308               ],
 309               "properties": {
 310                 "name": {
 311                   "$id": "#/properties/products/items/properties/activeIngrediance/items/properties/name",
 312                   "type": "object",
 313                   "title": "The Name Schema",
 314                   "required": [
 315                     "de"
 316                   ],
 317                   "properties": {
 318                     "de": {
 319                       "$id": "#/properties/products/items/properties/activeIngrediance/items/properties/name/properties/de",
 320                       "type": "string",
 321                       "title": "The De Schema",
 322                       "default": "",
 323                       "examples": [
 324                         "Acteylcystein"
 325                       ],
 326                       "pattern": "^(.*)$"
 327                     }
 328                   }
 329                 },
 330                 "amount": {
 331                   "$id": "#/properties/products/items/properties/activeIngrediance/items/properties/amount",
 332                   "type": "object",
 333                   "title": "The Amount Schema",
 334                   "required": [
 335                     "de"
 336                   ],
 337                   "properties": {
 338                     "de": {
 339                       "$id": "#/properties/products/items/properties/activeIngrediance/items/properties/amount/properties/de",
 340                       "type": "string",
 341                       "title": "The De Schema",
 342                       "default": "",
 343                       "examples": [
 344                         "(2,82 g/100 g)"
 345                       ],
 346                       "pattern": "^(.*)$"
 347                     }
 348                   }
 349                 }
 350               }
 351             }
 352           },
 353           "dosageForm": {
 354             "$id": "#/properties/products/items/properties/dosageForm",
 355             "type": "object",
 356             "title": "The Dosageform Schema",
 357             "required": [
 358               "de"
 359             ],
 360             "properties": {
 361               "de": {
 362                 "$id": "#/properties/products/items/properties/dosageForm/properties/de",
 363                 "type": "string",
 364                 "title": "The De Schema",
 365                 "default": "",
 366                 "examples": [
 367                   "Brausetabletten"
 368                 ],
 369                 "pattern": "^(.*)$"
 370               }
 371             }
 372           },
 373           "isMedicine": {
 374             "$id": "#/properties/products/items/properties/isMedicine",
 375             "type": "boolean",
 376             "title": "The Ismedicine Schema",
 377             "default": false,
 378             "examples": [
 379               true
 380             ]
 381           },
 382           "isDrugStoreRequired": {
 383             "$id": "#/properties/products/items/properties/isDrugStoreRequired",
 384             "type": "boolean",
 385             "title": "The Isdrugstorerequired Schema",
 386             "default": false,
 387             "examples": [
 388               true
 389             ]
 390           },
 391           "isPrescriptionRequired": {
 392             "$id": "#/properties/products/items/properties/isPrescriptionRequired",
 393             "type": "boolean",
 394             "title": "The Isprescriptionrequired Schema",
 395             "default": false,
 396             "examples": [
 397               true
 398             ]
 399           },
 400           "isFood": {
 401             "$id": "#/properties/products/items/properties/isFood",
 402             "type": "boolean",
 403             "title": "The Isfood Schema",
 404             "default": false,
 405             "examples": [
 406               true
 407             ]
 408           },
 409           "isDietetic": {
 410             "$id": "#/properties/products/items/properties/isDietetic",
 411             "type": "boolean",
 412             "title": "The Isdietetic Schema",
 413             "default": false,
 414             "examples": [
 415               true
 416             ]
 417           },
 418           "isDieteticFood": {
 419             "$id": "#/properties/products/items/properties/isDieteticFood",
 420             "type": "boolean",
 421             "title": "The Isdieteticfood Schema",
 422             "default": false,
 423             "examples": [
 424               true
 425             ]
 426           },
 427           "isLoseWeightProduct": {
 428             "$id": "#/properties/products/items/properties/isLoseWeightProduct",
 429             "type": "boolean",
 430             "title": "The Isloseweightproduct Schema",
 431             "default": false,
 432             "examples": [
 433               true
 434             ]
 435           },
 436           "isDietarySupplement": {
 437             "$id": "#/properties/products/items/properties/isDietarySupplement",
 438             "type": "boolean",
 439             "title": "The Isdietarysupplement Schema",
 440             "default": false,
 441             "examples": [
 442               true
 443             ]
 444           },
 445           "descriptionShort": {
 446             "$id": "#/properties/products/items/properties/descriptionShort",
 447             "type": "object",
 448             "title": "The Descriptionshort Schema",
 449             "required": [
 450               "de"
 451             ],
 452             "properties": {
 453               "de": {
 454                 "$id": "#/properties/products/items/properties/descriptionShort/properties/de",
 455                 "type": "string",
 456                 "title": "The De Schema",
 457                 "default": "",
 458                 "examples": [
 459                   "<strong>ACC akut 200 mg</strong> - der bewährte <strong>Hustenlöser</strong> mit dem <strong>3-fach Effekt</strong>:<br><ul><li>löst den Schleim</li> <li>erleichtert das Abhusten</li><li>stärkt den Bronchienschutz</li> </ul> Die Brausetabletten sind <strong>schnell löslich</strong> und haben einen <strong>fruchtigen Brombeergeschmack</strong>."
 460                 ],
 461                 "pattern": "^(.*)$"
 462               }
 463             }
 464           },
 465           "descriptionLong": {
 466             "$id": "#/properties/products/items/properties/descriptionLong",
 467             "type": "object",
 468             "title": "The Descriptionlong Schema",
 469             "required": [
 470               "de"
 471             ],
 472             "properties": {
 473               "de": {
 474                 "$id": "#/properties/products/items/properties/descriptionLong/properties/de",
 475                 "type": "array",
 476                 "title": "The De Schema",
 477                 "items": {
 478                   "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items",
 479                   "type": "object",
 480                   "title": "The Items Schema",
 481                   "required": [
 482                     "position",
 483                     "type",
 484                     "html",
 485                     "assets"
 486                   ],
 487                   "properties": {
 488                     "position": {
 489                       "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items/properties/position",
 490                       "type": "integer",
 491                       "title": "The Position Schema",
 492                       "default": 0,
 493                       "examples": [
 494                         1
 495                       ]
 496                     },
 497                     "type": {
 498                       "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items/properties/type",
 499                       "type": "string",
 500                       "title": "The Type Schema",
 501                       "default": "",
 502                       "examples": [
 503                         "html"
 504                       ],
 505                       "pattern": "^(.*)$"
 506                     },
 507                     "html": {
 508                       "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items/properties/html",
 509                       "type": "object",
 510                       "title": "The Html Schema",
 511                       "required": [
 512                         "de"
 513                       ],
 514                       "properties": {
 515                         "de": {
 516                           "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items/properties/html/properties/de",
 517                           "type": "string",
 518                           "title": "The De Schema",
 519                           "default": "",
 520                           "examples": [
 521                             "<h2>Husten & Halsschmerzen : ACC akut 600 mg Hustenlöser</h2>\r\n                <p><strong>Anwendungsgebiete:</strong><br>\r\n            Zur Verflüssigung des Schleimes und Erleichterung des Abhustens bei erkältungsbedingter Bronchitis.</p>\r\n        \r\n                <p><strong>Wirkstoff:</strong><br>\r\n            Acetylcystein 600mg</p>\r\n        \r\n                <p><strong>Hinweise:</strong><br>\r\n            1 Brausetablette entspricht 0,01 BE! Enthält Lactose und Natriumverbindungen. Für Erwachsene und Jugendliche ab 14 Jahren.</p>\r\n        \r\n                <p><strong>Inhaltsstoffe:</strong><br>\r\n            Natriumhydrogencarbonat, Saccharin,Natrium, D-Mannitol, Laktose, Natriumcitrat 2 H2O, Ascorbinsäure (Vitamin C) Aromastoffe (Brombeere), Natriumcarbonat, Natriumcyclamat, Citronensäure Wasserfrei.</p>\r\n        \r\n                <p><strong>Anwendungsempfehlung:</strong><br>\r\n            2-mal täglich je ½ oder 1-mal-täglich je 1 Brausetablette (entsprechend 600 mg Acetylcystein pro Tag) in einem Glas Wasser auflösen und trinken.</p>\r\n\t\t\t"
 522                           ],
 523                           "pattern": "^(.*)$"
 524                         }
 525                       }
 526                     },
 527                     "assets": {
 528                       "$id": "#/properties/products/items/properties/descriptionLong/properties/de/items/properties/assets",
 529                       "type": "array",
 530                       "title": "The Assets Schema"
 531                     }
 532                   }
 533                 }
 534               }
 535             }
 536           },
 537           "articles": {
 538             "$id": "#/properties/products/items/properties/articles",
 539             "type": "array",
 540             "title": "The Articles Schema",
 541             "items": {
 542               "$id": "#/properties/products/items/properties/articles/items",
 543               "type": "object",
 544               "title": "The Items Schema",
 545               "required": [
 546                 "sku",
 547                 "variationLabel",
 548                 "active",
 549                 "package",
 550                 "sortOrder",
 551                 "prices",
 552                 "saleState",
 553                 "stockAvailable",
 554                 "householdAmount",
 555                 "redirectToProduct",
 556                 "images",
 557                 "videos",
 558                 "additionalSearchTerms",
 559                 "descriptionShortAppend",
 560                 "includedProducts"
 561               ],
 562               "properties": {
 563                 "sku": {
 564                   "$id": "#/properties/products/items/properties/articles/items/properties/sku",
 565                   "type": "string",
 566                   "title": "The Sku Schema",
 567                   "default": "",
 568                   "examples": [
 569                     "00520917"
 570                   ],
 571                   "pattern": "^(.*)$"
 572                 },
 573                 "variationLabel": {
 574                   "$id": "#/properties/products/items/properties/articles/items/properties/variationLabel",
 575                   "type": "object",
 576                   "title": "The Variationlabel Schema",
 577                   "required": [
 578                     "short",
 579                     "long"
 580                   ],
 581                   "properties": {
 582                     "short": {
 583                       "$id": "#/properties/products/items/properties/articles/items/properties/variationLabel/properties/short",
 584                       "type": "object",
 585                       "title": "The Short Schema",
 586                       "required": [
 587                         "de"
 588                       ],
 589                       "properties": {
 590                         "de": {
 591                           "$id": "#/properties/products/items/properties/articles/items/properties/variationLabel/properties/short/properties/de",
 592                           "type": "string",
 593                           "title": "The De Schema",
 594                           "default": "",
 595                           "examples": [
 596                             "2x12St"
 597                           ],
 598                           "pattern": "^(.*)$"
 599                         }
 600                       }
 601                     },
 602                     "long": {
 603                       "$id": "#/properties/products/items/properties/articles/items/properties/variationLabel/properties/long",
 604                       "type": "object",
 605                       "title": "The Long Schema",
 606                       "required": [
 607                         "de"
 608                       ],
 609                       "properties": {
 610                         "de": {
 611                           "$id": "#/properties/products/items/properties/articles/items/properties/variationLabel/properties/long/properties/de",
 612                           "type": "string",
 613                           "title": "The De Schema",
 614                           "default": "",
 615                           "examples": [
 616                             "Doppelpack 12er ACC akut 200mg"
 617                           ],
 618                           "pattern": "^(.*)$"
 619                         }
 620                       }
 621                     }
 622                   }
 623                 },
 624                 "active": {
 625                   "$id": "#/properties/products/items/properties/articles/items/properties/active",
 626                   "type": "boolean",
 627                   "title": "The Active Schema",
 628                   "default": false,
 629                   "examples": [
 630                     true
 631                   ]
 632                 },
 633                 "package": {
 634                   "$id": "#/properties/products/items/properties/articles/items/properties/package",
 635                   "type": "object",
 636                   "title": "The Package Schema",
 637                   "required": [
 638                     "content",
 639                     "numberOfPackages"
 640                   ],
 641                   "properties": {
 642                     "content": {
 643                       "$id": "#/properties/products/items/properties/articles/items/properties/package/properties/content",
 644                       "type": "integer",
 645                       "title": "The Content Schema",
 646                       "default": 0,
 647                       "examples": [
 648                         12
 649                       ]
 650                     },
 651                     "numberOfPackages": {
 652                       "$id": "#/properties/products/items/properties/articles/items/properties/package/properties/numberOfPackages",
 653                       "type": "integer",
 654                       "title": "The Numberofpackages Schema",
 655                       "default": 0,
 656                       "examples": [
 657                         2
 658                       ]
 659                     }
 660                   }
 661                 },
 662                 "sortOrder": {
 663                   "$id": "#/properties/products/items/properties/articles/items/properties/sortOrder",
 664                   "type": "integer",
 665                   "title": "The Sortorder Schema",
 666                   "default": 0,
 667                   "examples": [
 668                     1
 669                   ]
 670                 },
 671                 "prices": {
 672                   "$id": "#/properties/products/items/properties/articles/items/properties/prices",
 673                   "type": "object",
 674                   "title": "The Prices Schema",
 675                   "required": [
 676                     "shop",
 677                     "idealo",
 678                     "amazon"
 679                   ],
 680                   "properties": {
 681                     "shop": {
 682                       "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop",
 683                       "type": "object",
 684                       "title": "The Shop Schema",
 685                       "required": [
 686                         "sale",
 687                         "retail",
 688                         "basic",
 689                         "currency",
 690                         "vatRate",
 691                         "active"
 692                       ],
 693                       "properties": {
 694                         "sale": {
 695                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/sale",
 696                           "type": "number",
 697                           "title": "The Sale Schema",
 698                           "default": 0.0,
 699                           "examples": [
 700                             12.49
 701                           ]
 702                         },
 703                         "retail": {
 704                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/retail",
 705                           "type": "number",
 706                           "title": "The Retail Schema",
 707                           "default": 0.0,
 708                           "examples": [
 709                             20.98
 710                           ]
 711                         },
 712                         "basic": {
 713                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/basic",
 714                           "type": "number",
 715                           "title": "The Basic Schema",
 716                           "default": 0.0,
 717                           "examples": [
 718                             0.31
 719                           ]
 720                         },
 721                         "currency": {
 722                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/currency",
 723                           "type": "string",
 724                           "title": "The Currency Schema",
 725                           "default": "",
 726                           "examples": [
 727                             "EUR"
 728                           ],
 729                           "pattern": "^(.*)$"
 730                         },
 731                         "vatRate": {
 732                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/vatRate",
 733                           "type": "number",
 734                           "title": "The Vatrate Schema",
 735                           "default": 0.0,
 736                           "examples": [
 737                             0.19
 738                           ]
 739                         },
 740                         "active": {
 741                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/shop/properties/active",
 742                           "type": "boolean",
 743                           "title": "The Active Schema",
 744                           "default": false,
 745                           "examples": [
 746                             true
 747                           ]
 748                         }
 749                       }
 750                     },
 751                     "idealo": {
 752                       "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo",
 753                       "type": "object",
 754                       "title": "The Idealo Schema",
 755                       "required": [
 756                         "sale",
 757                         "retail",
 758                         "basic",
 759                         "currency",
 760                         "vatRate",
 761                         "active"
 762                       ],
 763                       "properties": {
 764                         "sale": {
 765                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/sale",
 766                           "type": "number",
 767                           "title": "The Sale Schema",
 768                           "default": 0.0,
 769                           "examples": [
 770                             11.99
 771                           ]
 772                         },
 773                         "retail": {
 774                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/retail",
 775                           "type": "number",
 776                           "title": "The Retail Schema",
 777                           "default": 0.0,
 778                           "examples": [
 779                             20.98
 780                           ]
 781                         },
 782                         "basic": {
 783                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/basic",
 784                           "type": "number",
 785                           "title": "The Basic Schema",
 786                           "default": 0.0,
 787                           "examples": [
 788                             0.27
 789                           ]
 790                         },
 791                         "currency": {
 792                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/currency",
 793                           "type": "string",
 794                           "title": "The Currency Schema",
 795                           "default": "",
 796                           "examples": [
 797                             "EUR"
 798                           ],
 799                           "pattern": "^(.*)$"
 800                         },
 801                         "vatRate": {
 802                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/vatRate",
 803                           "type": "number",
 804                           "title": "The Vatrate Schema",
 805                           "default": 0.0,
 806                           "examples": [
 807                             0.19
 808                           ]
 809                         },
 810                         "active": {
 811                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/idealo/properties/active",
 812                           "type": "boolean",
 813                           "title": "The Active Schema",
 814                           "default": false,
 815                           "examples": [
 816                             true
 817                           ]
 818                         }
 819                       }
 820                     },
 821                     "amazon": {
 822                       "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon",
 823                       "type": "object",
 824                       "title": "The Amazon Schema",
 825                       "required": [
 826                         "sale",
 827                         "retail",
 828                         "basic",
 829                         "currency",
 830                         "vatRate",
 831                         "active"
 832                       ],
 833                       "properties": {
 834                         "sale": {
 835                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/sale",
 836                           "type": "number",
 837                           "title": "The Sale Schema",
 838                           "default": 0.0,
 839                           "examples": [
 840                             13.49
 841                           ]
 842                         },
 843                         "retail": {
 844                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/retail",
 845                           "type": "number",
 846                           "title": "The Retail Schema",
 847                           "default": 0.0,
 848                           "examples": [
 849                             20.98
 850                           ]
 851                         },
 852                         "basic": {
 853                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/basic",
 854                           "type": "number",
 855                           "title": "The Basic Schema",
 856                           "default": 0.0,
 857                           "examples": [
 858                             0.35
 859                           ]
 860                         },
 861                         "currency": {
 862                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/currency",
 863                           "type": "string",
 864                           "title": "The Currency Schema",
 865                           "default": "",
 866                           "examples": [
 867                             "EUR"
 868                           ],
 869                           "pattern": "^(.*)$"
 870                         },
 871                         "vatRate": {
 872                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/vatRate",
 873                           "type": "number",
 874                           "title": "The Vatrate Schema",
 875                           "default": 0.0,
 876                           "examples": [
 877                             0.19
 878                           ]
 879                         },
 880                         "active": {
 881                           "$id": "#/properties/products/items/properties/articles/items/properties/prices/properties/amazon/properties/active",
 882                           "type": "boolean",
 883                           "title": "The Active Schema",
 884                           "default": false,
 885                           "examples": [
 886                             true
 887                           ]
 888                         }
 889                       }
 890                     }
 891                   }
 892                 },
 893                 "saleState": {
 894                   "$id": "#/properties/products/items/properties/articles/items/properties/saleState",
 895                   "type": "string",
 896                   "title": "The Salestate Schema",
 897                   "default": "",
 898                   "examples": [
 899                     "blue"
 900                   ],
 901                   "pattern": "^(.*)$"
 902                 },
 903                 "stockAvailable": {
 904                   "$id": "#/properties/products/items/properties/articles/items/properties/stockAvailable",
 905                   "type": "integer",
 906                   "title": "The Stockavailable Schema",
 907                   "default": 0,
 908                   "examples": [
 909                     168
 910                   ]
 911                 },
 912                 "householdAmount": {
 913                   "$id": "#/properties/products/items/properties/articles/items/properties/householdAmount",
 914                   "type": "integer",
 915                   "title": "The Householdamount Schema",
 916                   "default": 0,
 917                   "examples": [
 918                     5
 919                   ]
 920                 },
 921                 "redirectToProduct": {
 922                   "$id": "#/properties/products/items/properties/articles/items/properties/redirectToProduct",
 923                   "type": "integer",
 924                   "title": "The Redirecttoproduct Schema",
 925                   "default": 0,
 926                   "examples": [
 927                     684168
 928                   ]
 929                 },
 930                 "images": {
 931                   "$id": "#/properties/products/items/properties/articles/items/properties/images",
 932                   "type": "array",
 933                   "title": "The Images Schema",
 934                   "items": {
 935                     "$id": "#/properties/products/items/properties/articles/items/properties/images/items",
 936                     "type": "object",
 937                     "title": "The Items Schema",
 938                     "required": [
 939                       "position",
 940                       "source",
 941                       "path"
 942                     ],
 943                     "properties": {
 944                       "position": {
 945                         "$id": "#/properties/products/items/properties/articles/items/properties/images/items/properties/position",
 946                         "type": "integer",
 947                         "title": "The Position Schema",
 948                         "default": 0,
 949                         "examples": [
 950                           1
 951                         ]
 952                       },
 953                       "source": {
 954                         "$id": "#/properties/products/items/properties/articles/items/properties/images/items/properties/source",
 955                         "type": "string",
 956                         "title": "The Source Schema",
 957                         "default": "",
 958                         "examples": [
 959                           "zr_media_ftp"
 960                         ],
 961                         "pattern": "^(.*)$"
 962                       },
 963                       "path": {
 964                         "$id": "#/properties/products/items/properties/articles/items/properties/images/items/properties/path",
 965                         "type": "string",
 966                         "title": "The Path Schema",
 967                         "default": "",
 968                         "examples": [
 969                           "/images/02702315/main.png"
 970                         ],
 971                         "pattern": "^(.*)$"
 972                       }
 973                     }
 974                   }
 975                 },
 976                 "videos": {
 977                   "$id": "#/properties/products/items/properties/articles/items/properties/videos",
 978                   "type": "array",
 979                   "title": "The Videos Schema",
 980                   "items": {
 981                     "$id": "#/properties/products/items/properties/articles/items/properties/videos/items",
 982                     "type": "object",
 983                     "title": "The Items Schema",
 984                     "required": [
 985                       "position",
 986                       "source",
 987                       "path"
 988                     ],
 989                     "properties": {
 990                       "position": {
 991                         "$id": "#/properties/products/items/properties/articles/items/properties/videos/items/properties/position",
 992                         "type": "integer",
 993                         "title": "The Position Schema",
 994                         "default": 0,
 995                         "examples": [
 996                           1
 997                         ]
 998                       },
 999                       "source": {
1000                         "$id": "#/properties/products/items/properties/articles/items/properties/videos/items/properties/source",
1001                         "type": "string",
1002                         "title": "The Source Schema",
1003                         "default": "",
1004                         "examples": [
1005                           "youtube"
1006                         ],
1007                         "pattern": "^(.*)$"
1008                       },
1009                       "path": {
1010                         "$id": "#/properties/products/items/properties/articles/items/properties/videos/items/properties/path",
1011                         "type": "string",
1012                         "title": "The Path Schema",
1013                         "default": "",
1014                         "examples": [
1015                           "https://www.youtube.com/embed/OTL_I9yyizg"
1016                         ],
1017                         "pattern": "^(.*)$"
1018                       }
1019                     }
1020                   }
1021                 },
1022                 "additionalSearchTerms": {
1023                   "$id": "#/properties/products/items/properties/articles/items/properties/additionalSearchTerms",
1024                   "type": "object",
1025                   "title": "The Additionalsearchterms Schema",
1026                   "required": [
1027                     "de"
1028                   ],
1029                   "properties": {
1030                     "de": {
1031                       "$id": "#/properties/products/items/properties/articles/items/properties/additionalSearchTerms/properties/de",
1032                       "type": "array",
1033                       "title": "The De Schema",
1034                       "items": {
1035                         "$id": "#/properties/products/items/properties/articles/items/properties/additionalSearchTerms/properties/de/items",
1036                         "type": "string",
1037                         "title": "The Items Schema",
1038                         "default": "",
1039                         "examples": [
1040                           "06583652",
1041                           "P11484834",
1042                           "5029053001142"
1043                         ],
1044                         "pattern": "^(.*)$"
1045                       }
1046                     }
1047                   }
1048                 },
1049                 "descriptionShortAppend": {
1050                   "$id": "#/properties/products/items/properties/articles/items/properties/descriptionShortAppend",
1051                   "type": "object",
1052                   "title": "The Descriptionshortappend Schema",
1053                   "required": [
1054                     "de"
1055                   ],
1056                   "properties": {
1057                     "de": {
1058                       "$id": "#/properties/products/items/properties/articles/items/properties/descriptionShortAppend/properties/de",
1059                       "type": "string",
1060                       "title": "The De Schema",
1061                       "default": "",
1062                       "examples": [
1063                         "<span style=\"color: #ff0000;\" color=\"#FF0000\"><strong>Sonderaktion</strong></span><strong>Mindestens haltbar bis: Februar 2019 </strong>\r\n<br>\r\nZum baldigen Verbrauch bestimmt, daher jetzt besonders günstig. \r\n<br>\r\nSolange der Vorrat reicht!"
1064                       ],
1065                       "pattern": "^(.*)$"
1066                     }
1067                   }
1068                 },
1069                 "includedProducts": {
1070                   "$id": "#/properties/products/items/properties/articles/items/properties/includedProducts",
1071                   "type": "array",
1072                   "title": "The Includedproducts Schema",
1073                   "items": {
1074                     "$id": "#/properties/products/items/properties/articles/items/properties/includedProducts/items",
1075                     "type": "integer",
1076                     "title": "The Items Schema",
1077                     "default": 0,
1078                     "examples": [
1079                       64764,
1080                       199632
1081                     ]
1082                   }
1083                 }
1084               }
1085             }
1086           }
1087         }
1088       }
1089     }
1090   }
1091 }

Raw Text