{ "@context": { "@vocab": "https://schema.org/", "wp": "https://raw.githubusercontent.com/api-evangelist/techcrunch/main/json-ld/techcrunch-context.jsonld#", "schema": "https://schema.org/", "Post": "schema:BlogPosting", "postId": "schema:identifier", "postDate": "schema:datePublished", "postModified": "schema:dateModified", "postSlug": "schema:url", "postStatus": "wp:postStatus", "postType": "wp:postType", "postLink": "schema:url", "postTitle": "schema:headline", "postContent": "schema:articleBody", "postExcerpt": "schema:description", "postAuthor": "schema:author", "featuredMedia": "schema:image", "categories": "schema:articleSection", "tags": "schema:keywords", "sticky": "wp:sticky", "format": "wp:format", "commentStatus": "wp:commentStatus", "Category": "schema:Thing", "categoryId": "schema:identifier", "categoryName": "schema:name", "categorySlug": "wp:slug", "categoryDescription": "schema:description", "categoryLink": "schema:url", "categoryCount": "wp:count", "categoryParent": "schema:isPartOf", "Tag": "schema:DefinedTerm", "tagId": "schema:identifier", "tagName": "schema:name", "tagSlug": "wp:slug", "tagDescription": "schema:description", "tagCount": "wp:count", "Author": "schema:Person", "authorId": "schema:identifier", "authorName": "schema:name", "authorSlug": "wp:slug", "authorDescription": "schema:description", "authorLink": "schema:url", "authorUrl": "schema:sameAs", "avatarUrls": "schema:image", "Media": "schema:MediaObject", "mediaId": "schema:identifier", "mediaDate": "schema:datePublished", "mediaSlug": "wp:slug", "mediaType": "schema:encodingFormat", "mimeType": "schema:encodingFormat", "mediaLink": "schema:url", "sourceUrl": "schema:contentUrl", "altText": "schema:alternateName", "caption": "schema:caption", "SearchResult": "schema:SearchResultsPage", "searchTitle": "schema:name", "searchUrl": "schema:url", "searchType": "schema:additionalType", "RenderedValue": "wp:RenderedValue", "rendered": "wp:rendered", "protected": "wp:protected" } }