-
Notifications
You must be signed in to change notification settings - Fork 1
Exporters
Stache edited this page Jun 24, 2022
·
1 revision
WIP
Example:
{
"url":"https://example.com/me",
"user":"Jean-Michel",
"age":"42"
}
-
Pickle the model for archive.
-
Export to JSON.
{ "$.url":{ "foundType":"str", "descriptiveType":"https://schema.org/url", "unique":false, "default":"None", "description":"URL to the personal page of the person.", "example":[ "https://domain.com/me" ], "regex":"https:\/\/domain\\.com/[a-z]+", "traversal":{ } } }
-
Export to JSON-LD frame (Soon ™️).
-
Export to Markdown.
path foundType descriptiveType description $
Root https://schema.org/Person A specific person. $.url
str https://schema.org/url URL to the personal page of the person. $.user
str https://schema.org/name Name of the person. $.age
int https://example.org/Age Age of the person. -
Export to SQL (Soon ™️).