{
  "schemaVersion": "1.0",
  "name": "Jens Hartmann — jens-hartmann.net",
  "description": "Jens Hartmann is a digital strategist, photographer and independent publisher. His work spans enterprise advisory and transformation, fine-art and commercial photography, overlanding, and selected product and website-system ventures. jens-hartmann.net is his personal reference point — the canonical identity hub linking his five ventures: Jens Hartmann Advisory, hartmann.art, Jens Hartmann Photo, Kultmeister and NarraWise.",
  "url": "https://jens-hartmann.net/",
  "contact": "post@jens-hartmann.net",
  "actions": [
    {
      "name": "get_identity",
      "description": "Fetch the machine-readable identity record for Jens Hartmann — name, role, location, languages and the five linked ventures.",
      "method": "GET",
      "url": "https://jens-hartmann.net/api/identity.json",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "response": {
        "type": "object",
        "contentType": "application/json"
      }
    },
    {
      "name": "list_ventures",
      "description": "Return the five ventures that make up Jens Hartmann's body of work, each with a title, canonical URL and one-line description.",
      "method": "GET",
      "url": "https://jens-hartmann.net/api/identity.json",
      "parameters": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "response": {
        "type": "array",
        "contentType": "application/json"
      }
    },
    {
      "name": "contact",
      "description": "Compose an email to Jens Hartmann at the one public address (a Proton alias). There is no web form; the site hands the agent a mailto target.",
      "method": "GET",
      "url": "mailto:post@jens-hartmann.net",
      "parameters": {
        "type": "object",
        "properties": {
          "subject": {
            "type": "string",
            "description": "Subject line of the message."
          },
          "body": {
            "type": "string",
            "description": "Plain-text body of the message."
          }
        },
        "required": [],
        "additionalProperties": false
      }
    }
  ]
}