Skip to content

Metadata

  • Package (object)
    • $schema: Must be: "https://datisthq.github.io/cardealerdp/extension/v0.3.3/profile.json".
    • resources (array, required): Length must be at least 1.
  • Resource
  • CarResource (object)
    • name: Must be: "car".
    • data (array, required): Data items have to conform to the Car table schema. Length must be at least 1.
      • Items (object)
    • schema: Must be: "https://datisthq.github.io/cardealerdp/extension/v0.3.3/schemas/car.json".
  • DealerResource (object)
    • name: Must be: "dealer".
    • data (array, required): Data items have to conform to the Dealer table schema. Length must be equal to 1.
      • Items (object)
    • schema: Must be: "https://datisthq.github.io/cardealerdp/extension/v0.3.3/schemas/dealer.json".
  • ShowroomResource (object)
    • name: Must be: "showroom".
    • data (array, required): Data items have to conform to the Showroom table schema. Length must be at least 1.
      • Items (object)
    • schema: Must be: "https://datisthq.github.io/cardealerdp/extension/v0.3.3/schemas/showroom.json".