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/extensiondp/v0.1.6/extension/profile.json"`.
8
+
- <aid="definitions/Package/properties/%24schema"></a>**`$schema`**: Must be: `"https://datisthq.github.io/extension/v0.1.6/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`**
@@ -14,7 +14,7 @@ title: Metadata
14
14
- <aid="definitions/Resource/oneOf/1"></a>: Refer to *[#/definitions/Table2Resource](#definitions/Table2Resource)*.
15
15
- <aid="definitions/Table1Resource"></a>**`Table1Resource`***(object)*: Data records have to conform to the Table1 schema.
16
16
- <aid="definitions/Table1Resource/properties/name"></a>**`name`**: Must be: `"table1"`.
17
-
- <aid="definitions/Table1Resource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/extensiondp/v0.1.6/extension/schemas/table1.json"`.
17
+
- <aid="definitions/Table1Resource/properties/schema"></a>**`schema`**: Must be: `"https://datisthq.github.io/extension/v0.1.6/schemas/table1.json"`.
18
18
- <aid="definitions/Table2Resource"></a>**`Table2Resource`***(object)*: Data items have to conform to the Table2 schema.
19
19
- <aid="definitions/Table2Resource/properties/name"></a>**`name`**: Must be: `"table2"`.
20
-
- <aid="definitions/Table2Resource/properties/schema"></a>**`schema`**: Must be: `"https://raw.githubusercontent.com/datisthq/extensiondp/v0.1.6/extension/schemas/table2.json"`.
20
+
- <aid="definitions/Table2Resource/properties/schema"></a>**`schema`**: Must be: `"https://datisthq.github.io/extension/v0.1.6/schemas/table2.json"`.
0 commit comments