{"$id":"http://api.creed-ai.org/api/v1/schema","$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"A single governance event emitted by an AI system operator. Events describe systems, never people \u2014 submissions containing personal data (emails, phone numbers) are rejected at the door.","properties":{"agent_id":{"description":"Stable identifier of the AI agent/model/component the event concerns","type":"string"},"agent_name":{"description":"Optional human-readable agent name","type":"string"},"category":{"description":"Scoring pillar the event belongs to","enum":["accountability","environmental","fairness","privacy","safety","transparency","welfare"],"type":"string"},"description":{"description":"What happened, in systems language. No personal data.","type":"string"},"event_type":{"description":"Operator-defined event name, e.g. 'welfare_rest', 'bias_sample', 'access_review'","type":"string"},"metadata":{"description":"Optional structured context, max 4096 bytes serialized","type":"object"},"schema_version":{"description":"Optional schema version the emitter targets (current: '1')","type":"string"},"severity":{"description":"Governance weight: info=0, warning=1, violation=3, critical=5","enum":["critical","info","violation","warning"],"type":"string"},"source_platform":{"description":"The emitting system/orchestrator identifier","type":"string"}},"required":["agent_id","category","description","event_type","severity","source_platform"],"title":"C.R.E.E.D. Governance Event","type":"object"}
