Skip to content

Commit

Permalink
chore: database-source id: string or number
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Feb 27, 2024
1 parent 6e81808 commit ed962cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schema/system/database_source.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@
"properties": {
"id": {
"description": "ID string for the materials uploaded from a third party source inside the third party source. For materialsproject.org an example ID is mp-32",
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "number"
}
]
},
"source": {
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
Expand Down

0 comments on commit ed962cc

Please sign in to comment.