This object is not available as a web object

Object Information

Id: {{ object_path }}
{% if object_type %} Type: {{object_type}}
{% endif %} {% if object_summary %} Summary: {{object_summary}} {% endif %}

Instructions on a path to continue

Please search for

{{object_path}}

in your ActivityPub Client application to view this object.

Example: In the Mastodon web client this can be achieved by copying the url and pasting it into the search field at the top left.

Technical Note

Not providing a web view for all objects is due to:
  1. Wanting Bovine to implement some "privacy maximalist" opinion
  2. Thinking about how to properly displaying an arbitary ActivityStreams object gives me a headache, actually arbitrary json-ld objects. If you have a plan, please submit it as a FEP I will hopefully get around to implement it. Before making suggestions: Bovine flattens all json-ld objects before storage. Please take this into account for your proposal.
  3. If this disappoints you, have a Recipe, this might well be the element you were looking for.
        {
            "@context": "http://schema.org",
            "@type": "Recipe",
            "name": "Peanut Butter and Jelly Sandwich",
            "recipeIngredient": [
              "Bread",
              "Peanut Butter",
              "Raspberry Jam",
              "Coffee (optional)"
            ],
            "recipeCategory": "Breakfast",
            "recipeInstructions": [
              {
                "@type": "HowToStep",
                "text": "Take a slice of bread and put it on a plate"
              },
              {
                "@type": "HowToStep",
                "text": "Spread peanut butter on the bread"
              },
              {
                "@type": "HowToStep",
                "text": "Spread raspberry jam on top of the peanut butter"
              },
              {
                "@type": "HowToStep",
                "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
              },
              {
                "@type": "HowToStep",
                "text": "Check if you are still hungry, if yes a repeat step 1"
              }
            ]
          }