Skip to content

Commit

Permalink
SOF-6927: remove not in use labels from atomic element
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Mar 13, 2024
1 parent 332a9cc commit a967135
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 4 additions & 1 deletion schema/properties_directory/structural/basis.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"$ref": "basis/bonds.json"
}
},
"required": ["elements", "coordinates"]
"required": [
"elements",
"coordinates"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
},
"oxidationState": {
"type": "number"
},
"label": {
"description": "Optional numeric label (e.g., 1, 2, as in Fe1, Fe2) to distinguish same atomic species to attach different spin magnetic moment.",
"type": "number"
}
},
"required": [
Expand Down
2 changes: 1 addition & 1 deletion src/py/mat3ra/esse/data/schemas.py

Large diffs are not rendered by default.

0 comments on commit a967135

Please sign in to comment.