-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance full schema type path in the exec result
Signed-off-by: peefy <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
kclvm/api/src/testdata/exec-program-with-include-schema-type-path.response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"json_result": "[{\"alice\": {\"age\": 18, \"_type\": \"Person\"}}]", | ||
"yaml_result": "alice:\n age: 18\n _type: Person" | ||
"json_result": "[{\"alice\": {\"age\": 18, \"_type\": \"__main__.Person\"}}]", | ||
"yaml_result": "alice:\n age: 18\n _type: __main__.Person" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters