{
  "description": "Social follow component",
  "type": "object",
  "properties": {
    "links": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "network": {
            "type": "string"
          },
          "uri": {
            "type": "string",
            "format": "uri"
          }
        },
        "required": [
          "network",
          "uri"
        ]
      }
    },
    "label": {
      "type": "string"
    }
  },
  "required": [
    "links"
  ]
}