@magda/registry-aspects 2.0.0-alpha.8 → 2.0.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 +1 -1
- package/publishing.schema.json +6 -0
package/package.json
CHANGED
package/publishing.schema.json
CHANGED
|
@@ -10,6 +10,12 @@
|
|
|
10
10
|
"default": "published",
|
|
11
11
|
"enum": ["draft", "published", "archived"]
|
|
12
12
|
},
|
|
13
|
+
"hasEverPublished": {
|
|
14
|
+
"title": "Has ever published",
|
|
15
|
+
"description": "Whether the dataset has ever been published before. If `true`, editing workflow UI (rather than creation workflow) will be shown.",
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"default": false
|
|
18
|
+
},
|
|
13
19
|
"custodianOrgUnitId": {
|
|
14
20
|
"title": "the id of organisational unit that should be referenced as the data custodian",
|
|
15
21
|
"type": "string",
|