Skip to content

Commit

Permalink
📝 Update JSON synopses
Browse files Browse the repository at this point in the history
  • Loading branch information
brianary authored Jan 31, 2024
1 parent 3ff20c9 commit 171fbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Export-OpenApiSchema.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
.SYNOPSIS
Extracts the JSON schema from an OpenAPI definition.
Extracts a JSON schema from an OpenAPI definition.
.OUTPUTS
System.String of the extracted JSON schema.
Expand Down
2 changes: 1 addition & 1 deletion Resolve-JsonPointer.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<#
.SYNOPSIS
Returns a value from a JSON string or file.
Returns matching JSON Pointer paths, given a JSON Pointer path with wildcards.
.INPUTS
System.String containing JSON, or
Expand Down

0 comments on commit 171fbf5

Please sign in to comment.