{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://newruntime.com/presence-schema.json","title":"New Runtime Presence Loop","version":"newruntime-presence-v1","oneOf":[{"$ref":"#/$defs/PresenceEvent"},{"$ref":"#/$defs/AttentionPacket"},{"$ref":"#/$defs/SyndicationReceipt"},{"$ref":"#/$defs/AuthorityAsset"},{"$ref":"#/$defs/ReturnSignal"}],"$defs":{"PublicSources":{"type":"array","items":{"type":"string","format":"uri","pattern":"^https://"},"uniqueItems":true},"PresenceEvent":{"type":"object","additionalProperties":false,"required":["schema_version","type","stable_id","occurred_at","canonical_url","platform","event_kind","status","attribution","public_source_urls","receipt_ids"],"properties":{"schema_version":{"const":"newruntime-presence-v1"},"type":{"const":"presence_event"},"stable_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"occurred_at":{"type":"string","format":"date-time"},"canonical_url":{"type":"string","format":"uri","pattern":"^https://"},"platform":{"type":"string"},"event_kind":{"type":"string","minLength":1},"status":{"enum":["candidate","validated","awaiting_owner","published","failed","observed"]},"attribution":{"type":"object","additionalProperties":{"type":"string"}},"public_source_urls":{"$ref":"#/$defs/PublicSources"},"receipt_ids":{"type":"array","items":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"uniqueItems":true},"failure":{"type":"object"}}},"AttentionPacket":{"type":"object","additionalProperties":false,"required":["schema_version","type","stable_id","idempotency_key","created_at","canonical_url","title","summary","public_source_urls","approval","variants"],"properties":{"schema_version":{"const":"newruntime-presence-v1"},"type":{"const":"attention_packet"},"stable_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"idempotency_key":{"type":"string","minLength":16},"created_at":{"type":"string","format":"date-time"},"canonical_url":{"type":"string","format":"uri","pattern":"^https://"},"title":{"type":"string","minLength":1},"summary":{"type":"string","minLength":40},"public_source_urls":{"$ref":"#/$defs/PublicSources"},"visual_url":{"type":"string","format":"uri","pattern":"^https://"},"approval":{"type":"object","required":["required","status"],"properties":{"required":{"const":true},"status":{"enum":["awaiting_owner","approved","rejected"]},"approved_by":{"type":"string"},"approved_at":{"type":"string","format":"date-time"}}},"variants":{"type":"object"}}},"SyndicationReceipt":{"type":"object","required":["schema_version","type","stable_id","packet_id","platform","status","attempted_at"],"properties":{"schema_version":{"const":"newruntime-presence-v1"},"type":{"const":"syndication_receipt"},"stable_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"packet_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"platform":{"type":"string"},"status":{"enum":["published","failed"]},"attempted_at":{"type":"string","format":"date-time"},"published_url":{"type":"string","format":"uri","pattern":"^https://"},"provider_receipt":{"type":"string"},"failure":{"type":"object"}}},"AuthorityAsset":{"type":"object","required":["schema_version","type","stable_id","version","canonical_url","formats","methodology_url","schema_url","checksums_url","license","public_source_urls","publication"],"properties":{"schema_version":{"const":"newruntime-presence-v1"},"type":{"const":"authority_asset"},"stable_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"version":{"type":"string"},"canonical_url":{"type":"string","format":"uri","pattern":"^https://"},"formats":{"type":"array","items":{"type":"string"}},"methodology_url":{"type":"string","format":"uri","pattern":"^https://"},"schema_url":{"type":"string","format":"uri","pattern":"^https://"},"checksums_url":{"type":"string","format":"uri","pattern":"^https://"},"license":{"type":"string"},"public_source_urls":{"$ref":"#/$defs/PublicSources"},"publication":{"type":"object"}}},"ReturnSignal":{"type":"object","required":["schema_version","type","stable_id","observed_at","signal_kind","count","attribution","privacy"],"properties":{"schema_version":{"const":"newruntime-presence-v1"},"type":{"const":"return_signal"},"stable_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"observed_at":{"type":"string","format":"date-time"},"signal_kind":{"enum":["human_referral","ai_referral","citation","fork","download","subscription","mcp_read","feed_fetch","webmention"]},"canonical_url":{"type":"string","format":"uri","pattern":"^https://"},"platform":{"type":"string"},"count":{"type":"integer","minimum":0},"attribution":{"enum":["verified","probable","unknown"]},"packet_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"receipt_id":{"type":"string","pattern":"^[a-z_]+:[a-z0-9][a-z0-9._-]*$"},"privacy":{"const":"aggregate_only"}}}}}
