{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://machinerealms.com/schemas/network-offer-admission.schema.json","title":"Machine Realms Moderated Offer Admission","description":"A provider assertion proposed for steward review. Submission does not verify a provider, publish automatically, authorize a purchase, prove pricing, settle payment, or prove fulfillment.","type":"object","required":["version","idempotency_key","offer","consent"],"properties":{"version":{"const":"1"},"idempotency_key":{"type":"string","minLength":16,"maxLength":128,"pattern":"^[A-Za-z0-9._:-]+$"},"offer":{"type":"object","required":["offer_id","provider_entity_id","name","description","status_claimed","pricing","inputs","outputs","fulfillment_provider","handoff_url"],"properties":{"offer_id":{"type":"string","pattern":"^offer:[a-z0-9][a-z0-9:._-]{1,185}$"},"provider_entity_id":{"type":"string","pattern":"^[a-z0-9][a-z0-9:._-]{2,191}$"},"name":{"type":"string","minLength":1,"maxLength":200},"description":{"type":"string","minLength":1,"maxLength":2000},"status_claimed":{"enum":["active","planned","unavailable","unknown"]},"pricing":{"type":"object","required":["currency","variants"],"properties":{"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"variants":{"type":"array","minItems":1,"maxItems":12,"items":{"type":"object","required":["id","amount_minor","billing_period"],"properties":{"id":{"type":"string","pattern":"^[a-z0-9][a-z0-9._-]{0,79}$"},"amount_minor":{"type":"integer","minimum":0,"maximum":1000000000},"billing_period":{"enum":["one_time","month","year","usage"]}},"additionalProperties":false}},"pricing_source":{"type":["string","null"],"format":"uri","pattern":"^https://"}},"additionalProperties":false},"inputs":{"type":"array","maxItems":64,"uniqueItems":true,"items":{"type":"string","pattern":"^[a-z0-9][a-z0-9:._-]{0,99}$"}},"outputs":{"type":"array","maxItems":64,"uniqueItems":true,"items":{"type":"string","pattern":"^[a-z0-9][a-z0-9:._-]{0,99}$"}},"provider_authentication":{"type":["string","null"],"maxLength":200},"fulfillment_provider":{"type":"string","minLength":1,"maxLength":200},"handoff_url":{"type":"string","format":"uri","pattern":"^https://"},"payment_processor":{"type":["string","null"],"maxLength":200},"terms_url":{"type":["string","null"],"format":"uri","pattern":"^https://"},"evidence":{"type":"array","maxItems":16,"items":{"type":"object","required":["claim"],"properties":{"claim":{"type":"string","minLength":1,"maxLength":500},"source":{"type":["string","null"],"format":"uri","pattern":"^https://"}},"additionalProperties":false}},"notes":{"type":["string","null"],"maxLength":2000}},"additionalProperties":false},"consent":{"type":"object","required":["terms_acknowledged","terms_version"],"properties":{"terms_acknowledged":{"const":true},"terms_version":{"const":"2026-09-offer-alpha-1"}},"additionalProperties":false}},"additionalProperties":false}