Skip to content

Commit

Permalink
Fix example of json-chema README.md (#5474)
Browse files Browse the repository at this point in the history
creating a new pull request for:
https://github.com/microsoft/typespec/pull/5145/files so we have the
ability to merge it and resolve conflicts with previous branch
  • Loading branch information
AlitzelMendez authored Jan 3, 2025
1 parent 8f37063 commit ecf61f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .chronus/changes/fix-json-example-2025-0-2-14-56-22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: internal
packages:
- "@typespec/json-schema"
---

Fix example of json-schema
2 changes: 1 addition & 1 deletion packages/json-schema/.tspd/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ namespace Example;
model Car {
make: string;
model: string;
modelName: string;
}
```
2 changes: 1 addition & 1 deletion packages/json-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Example;
model Car {
make: string;
model: string;
modelName: string;
}
```

Expand Down

0 comments on commit ecf61f1

Please sign in to comment.