| 1234567891011121314151617181920212223242526272829303132 |
- {
- "@context": {
- "so": "https://schema.org/",
- "pb": "?jsonld=types#",
- "cm": "?jsonld=commentmeta#",
- "status": {
- "@type": "so:Integer"
- },
- "id": {
- "@type": "so:name"
- },
- "parentid": {
- "@type": "so:name"
- },
- "url": {
- "@type": "so:url"
- },
- "v": {
- "@type": "so:Integer",
- "@value": 2
- },
- "ct": {
- "@type": "pb:CipherText"
- },
- "adata": {
- "@type": "pb:CipherParameters"
- },
- "meta": {
- "@type": "cm:MetaData"
- }
- }
- }
|