We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fab69 commit 3798f98Copy full SHA for 3798f98
Commands/Get-JsonLD.ps1
@@ -7,8 +7,10 @@ function Get-JsonLD {
7
8
This is a format used by many websites to provide structured data about their content.
9
.EXAMPLE
10
+ # Want to get information about a movie? Linked Data to the rescue!
11
Get-JsonLD -Url https://www.imdb.com/title/tt0211915/
12
#>
13
+ [Alias('jsonLD','json-ld')]
14
param(
15
# The URL that may contain JSON-LD data
16
[Parameter(Mandatory, ValueFromPipeline, ValueFromPipelineByPropertyName)]
0 commit comments