Skip to content

Commit

Permalink
Merge pull request #47 from fredbi/fix/jsondoc-basepath
Browse files Browse the repository at this point in the history
fix: keep SpecFilePath in documents
  • Loading branch information
fredbi authored Dec 5, 2023
2 parents 8456822 + e5dfc13 commit b780aa6
Show file tree
Hide file tree
Showing 6 changed files with 1,582 additions and 12 deletions.
17 changes: 17 additions & 0 deletions fixtures/bugs/145/Program Files (x86)/AppName/ref.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"definitions": {
"todo-partial": {
"title": "Todo Partial",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"completed": {
"type": ["boolean", "null"]
}
},
"required": ["name", "completed"]
}
}
}
Loading

0 comments on commit b780aa6

Please sign in to comment.