@@ -2,57 +2,57 @@ import { JSONSchemasInterface } from "../JSONSchemasInterface";
22
33export const baseSchemas = {
44 Material : "material" ,
5- Entity : "system- entity" ,
5+ Entity : "system/ entity" ,
66 BankMaterial : "material" ,
77 Workflow : "workflow" ,
8- Subworkflow : "workflow- subworkflow" ,
8+ Subworkflow : "workflow/ subworkflow" ,
99 BankWorkflow : "workflow" ,
1010 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" ,
2525} ;
2626
2727export 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" ,
3333] ;
3434
35- export const subWorkflowMix = [ "system- system-name" , "system- is-multi-material" ] ;
35+ export const subWorkflowMix = [ "system/ system-name" , "system/ is-multi-material" ] ;
3636
37- export const workflowMix = [ "workflow- base-flow" , "system- history" , "system- is-outdated" ] ;
37+ export const workflowMix = [ "workflow/ base-flow" , "system/ history" , "system/ is-outdated" ] ;
3838
39- export const bankMaterialMix = [ "material- conventional" , "system- creator-account" ] ;
39+ export const bankMaterialMix = [ "material/ conventional" , "system/ creator-account" ] ;
4040
41- export const bankWorkflowMix = [ "system- creator-account" ] ;
41+ export const bankWorkflowMix = [ "system/ creator-account" ] ;
4242
43- export const jobMix = [ "system- status" , "system- job-extended" ] ;
43+ export const jobMix = [ "system/ status" , "system/ job-extended" ] ;
4444
4545export 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" ,
4949] ;
5050
51- export const assignmentUnitMix = [ "system- scope" ] ;
51+ export const assignmentUnitMix = [ "system/ scope" ] ;
5252
53- export const flavorMix = [ "system- is-multi-material" ] ;
53+ export const flavorMix = [ "system/ is-multi-material" ] ;
5454
55- export const systemEntityMix = [ "system- entity" ] ;
55+ export const systemEntityMix = [ "system/ entity" ] ;
5656
5757export const mixSchemas = {
5858 Entity : [ ...entityMix ] ,
0 commit comments