Skip to content

Commit

Permalink
chore: new dist
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Apr 8, 2024
1 parent 8d87272 commit 730df3a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/schema/3pse/db/nist_jarvis/2024.3.13/db_entry.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "3pse/db/nist-jarvis/2024.3.13/db-entry",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "NIST JARVIS Atoms schema",
"title": "NIST JARVIS db entry schema",
"description": "NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571",
"type": "object",
"additionalProperties": true,
Expand Down
2 changes: 1 addition & 1 deletion dist/js/schemas.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface NISTJARVISAtomsSchema {
/**
* NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571
*/
export interface NISTJARVISAtomsSchema {
export interface NISTJARVISDbEntrySchema {
/**
* NIST J.A.R.V.I.S. db entry `atoms` key schema. Based on https://figshare.com/articles/dataset/Monolayer_data_for_heterostructure/22344571
*/
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 730df3a

Please sign in to comment.