{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.aiagentnet.cloud/agpk/v1/agpk.catalog.schema.json","title":"AGPK catalog v1","type":"object","required":["schema","catalog_id","packages"],"properties":{"schema":{"const":"agpk.catalog.v1"},"catalog_id":{"type":"string"},"updated_at":{"type":"string"},"packages":{"type":"array","items":{"type":"object","required":["package_id","name","version","artifact"],"properties":{"package_id":{"type":"string"},"name":{"type":"string"},"version":{"type":"string"},"summary":{"type":"string"},"ahcp_signed":{"type":"boolean"},"ahcp_badge":{"type":"string"},"os":{"type":"array","items":{"type":"string"}},"arch":{"type":"array","items":{"type":"string"}},"artifact":{"type":"object","required":["kind","uri"],"properties":{"kind":{"type":"string","enum":["dir_tarball","local_path","inline_dir"]},"uri":{"type":"string"},"sha256":{"type":"string"},"size_bytes":{"type":"integer"}}}}}}}}