Skip to content

Commit

Permalink
Merge branch 'dev' into chore/SOF-6706
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs authored Oct 24, 2023
2 parents 0ac1014 + b633a5c commit cd8a78a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions schema/system/database_source.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,26 @@
"type": "string"
},
"source": {
"description": "Third party source name.",
"description": "Third party source name, e.g. materials project, 2dmatpedia, ICSD, etc.",
"type": "string"
},
"origin": {
"description": "A flag that is true when material is initially imported from a third party * (as opposed to being independently designed from scratch).",
"type": "boolean"
"type": "boolean",
"comment": "Deprecated. To be removed."
},
"data": {
"description": "Original response from external source",
"description": "Original response from external source.",
"type": "object"
},
"doi":{
"description": "Digital Object Identifier, e.g. 10.1088/0953-8984/25/10/105506",
"type": "string"
},
"url": {
"description": "The URL of the original record, e.g. https://next-gen.materialsproject.org/materials/mp-48",
"type": "string",
"comment": "ToDo: update to use URI type per https://json-schema.org/understanding-json-schema/reference/string#resource-identifiers"
}
},
"required": [
Expand Down

0 comments on commit cd8a78a

Please sign in to comment.