Skip to content

Commit

Permalink
chore: description schema dist
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Nov 26, 2024
1 parent 49bc8ae commit 2687dc4
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/system/description.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "system/description",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "extended base entity schema",
"title": "Description schema",
"type": "object",
"properties": {
"description": {
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.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21993,7 +21993,7 @@ export interface DefaultableEntitySchema {
isDefault?: boolean;
}
/** Schema dist/js/schema/system/description.json */
export interface ExtendedBaseEntitySchema {
export interface DescriptionSchema {
/**
* entity description
*/
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 2687dc4

Please sign in to comment.