@magda/registry-aspects 0.0.60-alpha.9 → 0.0.60-dt.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magda/registry-aspects",
3
- "version": "0.0.60-alpha.9",
3
+ "version": "0.0.60-dt.0",
4
4
  "description": "Common aspects for use with the registry.",
5
5
  "scripts": {
6
6
  "build": "echo \"ok\"",
@@ -19,6 +19,14 @@
19
19
  "title": "The human-friendly name of this source.",
20
20
  "type": "string"
21
21
  },
22
+ "originalUrl": {
23
+ "title": "The original source URL. Used when the crawling source is not the original source.",
24
+ "type": "string"
25
+ },
26
+ "orignalName": {
27
+ "title": "The original human-friendly name of this source. Used when the crawling source is not the original source.",
28
+ "type": "string"
29
+ },
22
30
  "extras": {
23
31
  "title": "Extra Metadata",
24
32
  "description": "Any extra metadata a connector may have. \nThis field is auto copied from connector configData.extras.",