{% extends "layout.html" %} {% block title %}Developer Resources{% endblock %} {% block content %}
The url of this post type is "http://www.beberlei.de/tent/bookmark/v0.0.1". Here is the schema:
url | Required | String | The URL of the bookmark. |
title | Required | String | The title of the bookmark. |
image | Optional | String | The URL of an image representing the bookmark. |
description | Optional | String | A description of the bookmark. |
locale | Optional | Array | The locale of the bookmark. |
site_name | Optional | String | The name of the site or network that contains the bookmark. |
tags | Optional | Array | A list of tags associated with this bookmark. |
content | Optional | String | A snapshot of the content. Used as backup or for readbility. |
The url of this post type is "http://www.beberlei.de/tent/favorite/v0.0.1". Here is the schema:
entity | Required | String | The URI of the Tent entity that owns the favorited post. |
post | Required | String | The ID of the favorited post. |