shel-neos-schema 1.4.1 → 1.4.2

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.
@@ -1586,6 +1586,9 @@
1586
1586
  }
1587
1587
  }
1588
1588
  },
1589
+ "scope": {
1590
+ "$ref": "#/definitions/scopeType"
1591
+ },
1589
1592
  "ui": {
1590
1593
  "$ref": "#/definitions/propertyUIOptions"
1591
1594
  },
@@ -8,6 +8,7 @@ My.Vendor:Document.WithReferences:
8
8
  '*': false
9
9
  'Neos.Neos:Document': true
10
10
  maxItems: 1
11
+ scope: node
11
12
  ui:
12
13
  label: 'My reference'
13
14
  inspector:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shel-neos-schema",
3
3
  "description": "A tool to validate Neos YAML schema files like nodetypes and other configuration",
4
- "version": "1.4.1",
4
+ "version": "1.4.2",
5
5
  "main": "bin/validate.js",
6
6
  "author": "Sebastian Helzle <sebastian@helzle.it>",
7
7
  "license": "MIT",