{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.luther.ch/ai-context.schema.json","title":"Pascal Luther AI context","description":"Schema for the public AI-readable CV and portfolio context exposed by https://www.luther.ch.","type":"object","required":["name","description","source","lastUpdated","recommendedPrompts","resources","usageGuidance","context"],"additionalProperties":true,"properties":{"schema":{"type":"string","format":"uri"},"name":{"type":"string"},"description":{"type":"string"},"url":{"type":"string","format":"uri"},"source":{"type":"string","format":"uri"},"lastUpdated":{"type":"string","format":"date"},"recommendedPrompts":{"type":"array","items":{"type":"string"}},"resources":{"type":"object","additionalProperties":{"type":"string"}},"usageGuidance":{"type":"array","items":{"type":"string"}},"context":{"type":"object"}}}