@rline/schema 9.4.1 → 9.5.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
@@ -10,6 +10,14 @@
|
|
10
10
|
"type": "string",
|
11
11
|
"description": "Project's root directory, the relative path to the directory of the main schema file such as `./schemas` and `./src`"
|
12
12
|
},
|
13
|
+
"prefix": {
|
14
|
+
"type": "string",
|
15
|
+
"minLength": 1
|
16
|
+
},
|
17
|
+
"suffix": {
|
18
|
+
"type": "string",
|
19
|
+
"minLength": 1
|
20
|
+
},
|
13
21
|
"main": {
|
14
22
|
"type": "string",
|
15
23
|
"description": "The entity file such as `main.schema.json` or `schema.json` or `model.schema.json`"
|