Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions dist/js/example/job.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,13 @@
],
"isDefault": true,
"monitors": [
{
"name": "standard_output"
}
"standard_output"
],
"name": "pw.x",
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
}
"atomic_forces"
]
},
"flavor": {
Expand All @@ -135,7 +131,11 @@
"templateId": "dJ7HYz5pQ4AuN5qc9"
}
],
"name": "pw_scf"
"name": "pw_scf",
"postProcessors": [],
"preProcessors": [],
"monitors": [],
"results": []
},
"flowchartId": "execution",
"head": true,
Expand Down
8 changes: 2 additions & 6 deletions dist/js/example/software/executable.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
],
"isDefault": true,
"monitors": [
{
"name": "standard_output"
}
"standard_output"
],
"name": "pw.x",
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
}
"atomic_forces"
]
}
6 changes: 5 additions & 1 deletion dist/js/example/software/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"templateId": "dJ7HYz5pQ4AuN5qc9"
}
],
"name": "pw_scf"
"name": "pw_scf",
"postProcessors": [],
"preProcessors": [],
"monitors": [],
"results": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
],
"name": "modeling",
"status": "idle",
"type": "execution"
"type": "execution",
"preProcessors": [],
"postProcessors": [],
"monitors": [],
"results": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@
],
"name": "scripting",
"status": "idle",
"type": "execution"
"type": "execution",
"preProcessors": [],
"postProcessors": [],
"monitors": [],
"results": []
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"preProcessors": [],
"postProcessors": [],
"monitors": [
{
"name": "standard_output"
}
],
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
Expand Down
10 changes: 10 additions & 0 deletions dist/js/example/system/runtime_items_string.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"preProcessors": [],
"postProcessors": [],
"monitors": [
"standard_output"
],
"results": [
"atomic_forces"
]
}
14 changes: 7 additions & 7 deletions dist/js/example/workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,13 @@
],
"isDefault": true,
"monitors": [
{
"name": "standard_output"
}
"standard_output"
],
"name": "pw.x",
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
}
"atomic_forces"
]
},
"flavor": {
Expand All @@ -82,7 +78,11 @@
"templateId": "dJ7HYz5pQ4AuN5qc9"
}
],
"name": "pw_scf"
"name": "pw_scf",
"postProcessors": [],
"preProcessors": [],
"monitors": [],
"results": []
},
"flowchartId": "execution",
"head": true,
Expand Down
14 changes: 7 additions & 7 deletions dist/js/example/workflow/subworkflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@
],
"isDefault": true,
"monitors": [
{
"name": "standard_output"
}
"standard_output"
],
"name": "pw.x",
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
}
"atomic_forces"
]
},
"flavor": {
Expand All @@ -59,7 +55,11 @@
"templateId": "dJ7HYz5pQ4AuN5qc9"
}
],
"name": "pw_scf"
"name": "pw_scf",
"postProcessors": [],
"preProcessors": [],
"monitors": [],
"results": []
},
"flowchartId": "execution",
"head": true,
Expand Down
14 changes: 7 additions & 7 deletions dist/js/example/workflow/unit/execution.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,13 @@
],
"isDefault": true,
"monitors": [
{
"name": "standard_output"
}
"standard_output"
],
"name": "pw.x",
"postProcessors": [],
"preProcessors": [],
"results": [
{
"name": "atomic_forces"
}
"atomic_forces"
]
},
"flavor": {
Expand All @@ -34,7 +30,11 @@
"templateId": "dJ7HYz5pQ4AuN5qc9"
}
],
"name": "pw_scf"
"name": "pw_scf",
"postProcessors": [],
"preProcessors": [],
"monitors": [],
"results": []
},
"flowchartId": "execution",
"head": true,
Expand Down
6 changes: 4 additions & 2 deletions dist/js/schema/core/primitive/linked_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
}
},
"required": [
"flowchartId"
"flowchartId",
"name"
],
"properties": {
"next": {
Expand Down Expand Up @@ -98,7 +99,8 @@
}
},
"required": [
"flowchartId"
"flowchartId",
"name"
],
"properties": {
"next": {
Expand Down
3 changes: 2 additions & 1 deletion dist/js/schema/core/primitive/linked_list/named_node.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
},
"required": [
"flowchartId"
"flowchartId",
"name"
],
"properties": {
"next": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
}
},
"required": [
"flowchartId"
"flowchartId",
"name"
],
"properties": {
"next": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "has consistency check has metadata named defaultable in-memory entity schema",
"type": "object",
"required": [
"name"
],
"description": "The output of consistency checks performed on data adhering to JSON schema, but inconsistent with scientific or logical rules, to show problems in UI.",
"properties": {
"_id": {
Expand Down
3 changes: 3 additions & 0 deletions dist/js/schema/in_memory_entity/named.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Named in-memory entity schema",
"type": "object",
"required": [
"name"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
3 changes: 3 additions & 0 deletions dist/js/schema/in_memory_entity/named_defaultable.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Named defaultable in-memory entity schema",
"type": "object",
"required": [
"name"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Named defaultable has metadata in-memory entity schema",
"type": "object",
"required": [
"name"
],
"properties": {
"_id": {
"description": "entity identity",
Expand Down
Loading
Loading