Skip to content

Commit

Permalink
fix expected
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Dec 26, 2024
1 parent 9cdb1f2 commit 8beea52
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 4 deletions.
26 changes: 24 additions & 2 deletions tests/data/expected_internal_full_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,18 @@
}
}
],
"docstring": "The schema defines the primary structure for the test entity. It contains multiple properties that capture various attributes of a test, including its name, numerical identifier, a nested array of test2 objects, and an ontology reference."
"docstring": "The schema defines the primary structure for the test entity. It contains multiple properties that capture various attributes of a test, including its name, numerical identifier, a nested array of test2 objects, and an ontology reference.",
"position": {
"line": 29,
"column": {
"start": 1,
"end": 9
},
"offset": {
"start": 731,
"end": 740
}
}
},
{
"name": "Test2",
Expand Down Expand Up @@ -184,7 +195,18 @@
}
}
],
"docstring": "The schema represents a secondary structure used within the primary schema. It is designed to hold an array of strings for names, a numerical value with a specified minimum, and other nested properties."
"docstring": "The schema represents a secondary structure used within the primary schema. It is designed to hold an array of strings for names, a numerical value with a specified minimum, and other nested properties.",
"position": {
"line": 57,
"column": {
"start": 1,
"end": 10
},
"offset": {
"start": 1370,
"end": 1380
}
}
}
],
"enums": [
Expand Down
26 changes: 24 additions & 2 deletions tests/data/expected_internal_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,18 @@
}
}
],
"docstring": ""
"docstring": "",
"position": {
"line": 11,
"column": {
"start": 1,
"end": 9
},
"offset": {
"start": 156,
"end": 165
}
}
},
{
"name": "Test2",
Expand Down Expand Up @@ -184,7 +195,18 @@
}
}
],
"docstring": ""
"docstring": "",
"position": {
"line": 30,
"column": {
"start": 1,
"end": 10
},
"offset": {
"start": 458,
"end": 468
}
}
}
],
"enums": [
Expand Down

0 comments on commit 8beea52

Please sign in to comment.