@bizdoc/core 2.3.43 → 2.3.44
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/assets/bizdoc-schema.json +3 -15
- package/package.json +1 -1
@@ -1321,23 +1321,10 @@
|
|
1321
1321
|
"type": "array",
|
1322
1322
|
"items": {
|
1323
1323
|
"allOf": [
|
1324
|
+
{ "$ref": "#/definitions/code" },
|
1324
1325
|
{ "$ref": "#/definitions/privileges" },
|
1325
1326
|
{
|
1326
1327
|
"properties": {
|
1327
|
-
"Name": {
|
1328
|
-
"type": "string",
|
1329
|
-
"pattern": "^[A-Za-z][\\w\\-.]*$"
|
1330
|
-
},
|
1331
|
-
"Title": {
|
1332
|
-
"type": "string"
|
1333
|
-
},
|
1334
|
-
"Disabled": {
|
1335
|
-
"type": "boolean",
|
1336
|
-
"default": false
|
1337
|
-
},
|
1338
|
-
"ResourceType": {
|
1339
|
-
"type": "string"
|
1340
|
-
},
|
1341
1328
|
"Steps": {
|
1342
1329
|
"type": "array",
|
1343
1330
|
"items": {
|
@@ -1391,7 +1378,8 @@
|
|
1391
1378
|
},
|
1392
1379
|
"required": [
|
1393
1380
|
"Steps",
|
1394
|
-
"Name"
|
1381
|
+
"Name",
|
1382
|
+
"Title"
|
1395
1383
|
]
|
1396
1384
|
}
|
1397
1385
|
]
|