@@ -2,57 +2,57 @@ import { JSONSchemasInterface } from "../JSONSchemasInterface";
2
2
3
3
export const baseSchemas = {
4
4
Material : "material" ,
5
- Entity : "system- entity" ,
5
+ Entity : "system/ entity" ,
6
6
BankMaterial : "material" ,
7
7
Workflow : "workflow" ,
8
- Subworkflow : "workflow- subworkflow" ,
8
+ Subworkflow : "workflow/ subworkflow" ,
9
9
BankWorkflow : "workflow" ,
10
10
Job : "job" ,
11
- Application : "software- application" ,
12
- Executable : "software- executable" ,
13
- Flavor : "software- flavor" ,
14
- Template : "software- template" ,
15
- AssertionUnit : "workflow- unit- assertion" ,
16
- AssignmentUnit : "workflow- unit- assignment" ,
17
- ConditionUnit : "workflow- unit- condition" ,
18
- ExecutionUnit : "workflow- unit- execution" ,
19
- IOUnit : "workflow- unit- io" ,
20
- MapUnit : "workflow- unit- map" ,
21
- ProcessingUnit : "workflow- unit- processing" ,
22
- ReduceUnit : "workflow- unit- reduce" ,
23
- SubworkflowUnit : "workflow- unit" ,
24
- Unit : "workflow- unit" ,
11
+ Application : "software/ application" ,
12
+ Executable : "software/ executable" ,
13
+ Flavor : "software/ flavor" ,
14
+ Template : "software/ template" ,
15
+ AssertionUnit : "workflow/ unit/ assertion" ,
16
+ AssignmentUnit : "workflow/ unit/ assignment" ,
17
+ ConditionUnit : "workflow/ unit/ condition" ,
18
+ ExecutionUnit : "workflow/ unit/ execution" ,
19
+ IOUnit : "workflow/ unit/ io" ,
20
+ MapUnit : "workflow/ unit/ map" ,
21
+ ProcessingUnit : "workflow/ unit/ processing" ,
22
+ ReduceUnit : "workflow/ unit/ reduce" ,
23
+ SubworkflowUnit : "workflow/ unit" ,
24
+ Unit : "workflow/ unit" ,
25
25
} ;
26
26
27
27
export const entityMix = [
28
- "system- description-object" ,
29
- "system- base-entity-set" ,
30
- "system- sharing" ,
31
- "system- metadata" ,
32
- "system- defaultable" ,
28
+ "system/ description-object" ,
29
+ "system/ base-entity-set" ,
30
+ "system/ sharing" ,
31
+ "system/ metadata" ,
32
+ "system/ defaultable" ,
33
33
] ;
34
34
35
- export const subWorkflowMix = [ "system- system-name" , "system- is-multi-material" ] ;
35
+ export const subWorkflowMix = [ "system/ system-name" , "system/ is-multi-material" ] ;
36
36
37
- export const workflowMix = [ "workflow- base-flow" , "system- history" , "system- is-outdated" ] ;
37
+ export const workflowMix = [ "workflow/ base-flow" , "system/ history" , "system/ is-outdated" ] ;
38
38
39
- export const bankMaterialMix = [ "material- conventional" , "system- creator-account" ] ;
39
+ export const bankMaterialMix = [ "material/ conventional" , "system/ creator-account" ] ;
40
40
41
- export const bankWorkflowMix = [ "system- creator-account" ] ;
41
+ export const bankWorkflowMix = [ "system/ creator-account" ] ;
42
42
43
- export const jobMix = [ "system- status" , "system- job-extended" ] ;
43
+ export const jobMix = [ "system/ status" , "system/ job-extended" ] ;
44
44
45
45
export const unitMix = [
46
- "system- unit-extended" ,
47
- "system- status" ,
48
- "workflow- unit- runtime- runtime-items" ,
46
+ "system/ unit-extended" ,
47
+ "system/ status" ,
48
+ "workflow/ unit/ runtime/ runtime-items" ,
49
49
] ;
50
50
51
- export const assignmentUnitMix = [ "system- scope" ] ;
51
+ export const assignmentUnitMix = [ "system/ scope" ] ;
52
52
53
- export const flavorMix = [ "system- is-multi-material" ] ;
53
+ export const flavorMix = [ "system/ is-multi-material" ] ;
54
54
55
- export const systemEntityMix = [ "system- entity" ] ;
55
+ export const systemEntityMix = [ "system/ entity" ] ;
56
56
57
57
export const mixSchemas = {
58
58
Entity : [ ...entityMix ] ,
0 commit comments