Skip to content

Metadata

  • Dataset (object)
    • $schema: Must be: "https://fairspec.github.io/fairspec-cardealer/profiles/0.4.0/dataset.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)
    • tableSchema: Must be: "https://fairspec.github.io/fairspec-cardealer/schemas/0.4.0/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)
    • tableSchema: Must be: "https://fairspec.github.io/fairspec-cardealer/schemas/0.4.0/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)
    • tableSchema: Must be: "https://fairspec.github.io/fairspec-cardealer/schemas/0.4.0/showroom.json".