Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "apse/materials/materials-project/summary",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Materials Project Schema",
"title": "Materials Project Schema",
"description": "JSON schema for Materials Project API summary endpoint response",
"type": "object",
"required": [
Expand Down
8 changes: 7 additions & 1 deletion dist/js/schema/material.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -1630,7 +1636,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -2672,7 +2684,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -3463,7 +3481,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -4464,7 +4488,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -5255,7 +5285,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -6297,7 +6333,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -7088,7 +7130,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down Expand Up @@ -7916,7 +7964,13 @@
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
"type": "string",
"enum": [
"MaterialsProject",
"MaterialsProjectLegacy",
"ICSD",
"2dmatpedia"
]
},
"origin": {
"description": "Deprecated. To be removed. A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
Expand Down
Loading
Loading