{"$id":"https://frictionlessai.net/agentfront.schema.json","$schema":"https://json-schema.org/draft/2020-12/schema","description":"Machine-storefront manifest for AI shopping agents: deterministic readiness facts, policy URLs and product entry points. Publish at /agentfront.json on your own domain, or opt in to hosted publication.","properties":{"ai_readiness":{"properties":{"checks":{"type":"array"},"score":{"maximum":100,"minimum":0,"type":"integer"},"tier":{"type":"string"}},"type":"object"},"generated_at":{"type":"string"},"note":{"type":"string"},"policy_urls":{"additionalProperties":{"type":"string"},"type":"object"},"products":{"items":{"type":"string"},"maxItems":100,"type":"array"},"profile":{"const":"agentfront"},"source":{"enum":["self","hosted"]},"store":{"description":"the store's domain","type":"string"},"verified_by":{"description":"third party that computed the facts","type":"string"},"version":{"minimum":1,"type":"integer"}},"required":["profile","version","store"],"title":"AgentFront manifest v1","type":"object"}
