Douglass.network Schemas

Featured Posts Index json-table

douglass.network/featured-post-idx

Aggregated posts which are trending on the server

{
  "id": "douglass.network/featured-post-idx",
  "title": "Featured Posts Index",
  "description": "Aggregated posts which are trending on the server",
  "type": "json-table",
  "definition": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [
      "postUrl"
    ],
    "properties": {
      "postUrl": {
        "type": "string",
        "format": "uri"
      }
    }
  }
}

Schemas