You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <aid="definitions/Package/properties/%24schema"></a>**`$schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.3/extension/profile.json"`.
8
+
- <aid="definitions/Package/properties/%24schema"></a>**`$schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/profile.json"`.
9
9
- <aid="definitions/Package/properties/resources"></a>**`resources`***(array, required)*: Length must be at least 1.
10
10
- <aid="definitions/Package/properties/resources/items"></a>**Items**: Refer to *[#/definitions/Resource](#definitions/Resource)*.
11
11
- <aid="definitions/Resource"></a>**`Resource`**
@@ -17,14 +17,14 @@ title: Metadata
17
17
- <aid="definitions/CarResource/properties/name"></a>**`name`**: Must be: `"car"`.
18
18
- <aid="definitions/CarResource/properties/data"></a>**`data`***(array, required)*: Data items have to conform to the Car table schema. Length must be at least 1.
- <aid="definitions/CarResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/car.json"`.
20
+
- <aid="definitions/CarResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/car.json"`.
- <aid="definitions/DealerResource/properties/name"></a>**`name`**: Must be: `"dealer"`.
23
23
- <aid="definitions/DealerResource/properties/data"></a>**`data`***(array, required)*: Data items have to conform to the Dealer table schema. Length must be equal to 1.
- <aid="definitions/DealerResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/dealer.json"`.
25
+
- <aid="definitions/DealerResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/dealer.json"`.
- <aid="definitions/ShowroomResource/properties/name"></a>**`name`**: Must be: `"showroom"`.
28
28
- <aid="definitions/ShowroomResource/properties/data"></a>**`data`***(array, required)*: Data items have to conform to the Showroom table schema. Length must be at least 1.
- <aid="definitions/ShowroomResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/showroom.json"`.
30
+
- <aid="definitions/ShowroomResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/showroom.json"`.
Copy file name to clipboardExpand all lines: sdk-py/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[project]
2
2
name = "cardealerdp"
3
-
version = "0.2.4"
3
+
version = "0.2.5"
4
4
slug = "cardealerdp"
5
5
title = "Cardealer DP"
6
6
description = "Cardealer DP (Car Dealer Data Package) is a data exchange format that helps car dealerships share their car listings. It is developed on top of the Data Package standard"
Copy file name to clipboardExpand all lines: sdk-ts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "cardealerdp",
3
3
"type": "module",
4
-
"version": "0.2.4",
4
+
"version": "0.2.5",
5
5
"slug": "cardealerdp",
6
6
"title": "Cardealer DP",
7
7
"description": "Cardealer DP (Car Dealer Data Package) is a data exchange format that helps car dealerships share their car listings. It is developed on top of the Data Package standard",
0 commit comments