Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
203 changes: 47 additions & 156 deletions dist/js/schema/job.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/js/schema/material.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -36,6 +37,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -253,6 +254,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -1110,6 +1115,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -1140,6 +1146,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -2248,6 +2258,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -2278,6 +2289,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -3135,6 +3150,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -3165,6 +3181,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -4232,6 +4252,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -4262,6 +4283,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -5119,6 +5144,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -5149,6 +5175,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -6257,6 +6287,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -6287,6 +6318,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -7144,6 +7179,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -7174,6 +7210,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down Expand Up @@ -8068,6 +8108,7 @@
"type": "object",
"required": [
"basis",
"hash",
"lattice",
"metadata",
"name"
Expand Down Expand Up @@ -8098,6 +8139,10 @@
"type": "boolean",
"default": false
},
"hash": {
"description": "Hash string which is calculated based on the meaningful fields of the entity. Used to identify equal entities.",
"type": "string"
},
"formula": {
"description": "reduced chemical formula",
"type": "string"
Expand Down
Loading
Loading