bintzwing/js/pastemeta.jsonld
2018-12-17 21:42:49 +01:00

34 lines
No EOL
485 B
Text

{
"@context": {
"so": "https://schema.org/",
"pb": "?jsonld=types#"
},
"AuthenticatedData": {
"@container": "@list",
"@value": [
{
"@type": "pb:CipherParameters"
},
{
"@type": "pb:Formatter"
},
{
"@type": "pb:OpenDiscussion"
},
{
"@type": "pb:BurnAfterReading"
},
{
"@type": "pb:Expire"
}
]
},
"MetaData": {
"created": {
"@type": "pb:CreationTime"
},
"time_to_live": {
"@type": "pb:RemainingSeconds"
}
}
}