Skip to content

Commit 7bc306d

Browse files
release: v0.2.5
1 parent ac919c5 commit 7bc306d

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

extension/content/docs/specification/metadata.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Metadata
55
## Definitions
66

77
- <a id="definitions/Package"></a>**`Package`** *(object)*
8-
- <a id="definitions/Package/properties/%24schema"></a>**`$schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.3/extension/profile.json"`.
8+
- <a id="definitions/Package/properties/%24schema"></a>**`$schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/profile.json"`.
99
- <a id="definitions/Package/properties/resources"></a>**`resources`** *(array, required)*: Length must be at least 1.
1010
- <a id="definitions/Package/properties/resources/items"></a>**Items**: Refer to *[#/definitions/Resource](#definitions/Resource)*.
1111
- <a id="definitions/Resource"></a>**`Resource`**
@@ -17,14 +17,14 @@ title: Metadata
1717
- <a id="definitions/CarResource/properties/name"></a>**`name`**: Must be: `"car"`.
1818
- <a id="definitions/CarResource/properties/data"></a>**`data`** *(array, required)*: Data items have to conform to the Car table schema. Length must be at least 1.
1919
- <a id="definitions/CarResource/properties/data/items"></a>**Items** *(object)*
20-
- <a id="definitions/CarResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/car.json"`.
20+
- <a id="definitions/CarResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/car.json"`.
2121
- <a id="definitions/DealerResource"></a>**`DealerResource`** *(object)*
2222
- <a id="definitions/DealerResource/properties/name"></a>**`name`**: Must be: `"dealer"`.
2323
- <a id="definitions/DealerResource/properties/data"></a>**`data`** *(array, required)*: Data items have to conform to the Dealer table schema. Length must be equal to 1.
2424
- <a id="definitions/DealerResource/properties/data/items"></a>**Items** *(object)*
25-
- <a id="definitions/DealerResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/dealer.json"`.
25+
- <a id="definitions/DealerResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/dealer.json"`.
2626
- <a id="definitions/ShowroomResource"></a>**`ShowroomResource`** *(object)*
2727
- <a id="definitions/ShowroomResource/properties/name"></a>**`name`**: Must be: `"showroom"`.
2828
- <a id="definitions/ShowroomResource/properties/data"></a>**`data`** *(array, required)*: Data items have to conform to the Showroom table schema. Length must be at least 1.
2929
- <a id="definitions/ShowroomResource/properties/data/items"></a>**Items** *(object)*
30-
- <a id="definitions/ShowroomResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/showroom.json"`.
30+
- <a id="definitions/ShowroomResource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/showroom.json"`.

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extension",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": true,
66
"slug": "cardealerdp",
77
"title": "Cardealer DP",

extension/profile.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"required": ["$schema", "resources"],
1212
"properties": {
1313
"$schema": {
14-
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.3/extension/profile.json"
14+
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/profile.json"
1515
},
1616
"resources": {
1717
"type": "array",
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"schema": {
57-
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/car.json"
57+
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/car.json"
5858
}
5959
}
6060
},
@@ -78,7 +78,7 @@
7878
}
7979
},
8080
"schema": {
81-
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/dealer.json"
81+
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/dealer.json"
8282
}
8383
}
8484
},
@@ -101,7 +101,7 @@
101101
}
102102
},
103103
"schema": {
104-
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/showroom.json"
104+
"const": "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/showroom.json"
105105
}
106106
}
107107
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "project",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"private": true,
66
"slug": "cardealerdp",
77
"title": "Cardealer DP",

sdk-py/cardealerdp/profile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CarResource(BaseModel):
1515
min_length=1,
1616
)
1717
schema_: Literal[
18-
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/car.json'
18+
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/car.json'
1919
] = Field(..., alias='schema')
2020

2121

@@ -28,7 +28,7 @@ class DealerResource(BaseModel):
2828
min_length=1,
2929
)
3030
schema_: Literal[
31-
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/dealer.json'
31+
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/dealer.json'
3232
] = Field(..., alias='schema')
3333

3434

@@ -40,7 +40,7 @@ class ShowroomResource(BaseModel):
4040
min_length=1,
4141
)
4242
schema_: Literal[
43-
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/showroom.json'
43+
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/showroom.json'
4444
] = Field(..., alias='schema')
4545

4646

@@ -50,7 +50,7 @@ class Resource(RootModel[Union[CarResource, DealerResource, ShowroomResource]]):
5050

5151
class Package(BaseModel):
5252
field_schema: Literal[
53-
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.3/extension/profile.json'
53+
'https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/profile.json'
5454
] = Field(..., alias='$schema')
5555
resources: List[Resource] = Field(..., min_length=1)
5656

sdk-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cardealerdp"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
slug = "cardealerdp"
55
title = "Cardealer DP"
66
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"

sdk-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cardealerdp",
33
"type": "module",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"slug": "cardealerdp",
66
"title": "Cardealer DP",
77
"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",

sdk-ts/profile.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type CarDealerDataPackageProfile = Package
44
export type Resource = CarResource | DealerResource | ShowroomResource
55

66
export interface Package {
7-
$schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.3/extension/profile.json"
7+
$schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/profile.json"
88
/**
99
* @minItems 1
1010
*/
@@ -18,7 +18,7 @@ export interface CarResource {
1818
* @minItems 1
1919
*/
2020
data: [{}, ...{}[]]
21-
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/car.json"
21+
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/car.json"
2222
}
2323
export interface DealerResource {
2424
name: "dealer"
@@ -29,7 +29,7 @@ export interface DealerResource {
2929
* @maxItems 1
3030
*/
3131
data: [{}]
32-
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/dealer.json"
32+
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/dealer.json"
3333
}
3434
export interface ShowroomResource {
3535
name: "showroom"
@@ -39,5 +39,5 @@ export interface ShowroomResource {
3939
* @minItems 1
4040
*/
4141
data: [{}, ...{}[]]
42-
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.4/extension/schemas/showroom.json"
42+
schema: "https://raw.githubusercontent.com/datisthq/cardealerdp/v0.2.5/extension/schemas/showroom.json"
4343
}

0 commit comments

Comments
 (0)