{"id":19462470,"url":"https://github.com/inngest/event-schemas","last_synced_at":"2025-04-25T08:31:11.436Z","repository":{"id":40359043,"uuid":"448935866","full_name":"inngest/event-schemas","owner":"inngest","description":"Event Schema definitions for common events on the Inngest platform","archived":false,"fork":false,"pushed_at":"2024-04-19T12:40:31.000Z","size":3789,"stargazers_count":9,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-19T05:59:52.760Z","etag":null,"topics":["cue","cuelang","events","json-schema","typescript"],"latest_commit_sha":null,"homepage":"https://www.inngest.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inngest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-17T14:54:11.000Z","updated_at":"2024-01-22T19:40:06.000Z","dependencies_parsed_at":"2024-06-19T05:31:52.915Z","dependency_job_id":"6f274a35-1884-4e6a-b272-cfb95010c4b6","html_url":"https://github.com/inngest/event-schemas","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inngest%2Fevent-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inngest%2Fevent-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inngest%2Fevent-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inngest%2Fevent-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inngest","download_url":"https://codeload.github.com/inngest/event-schemas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223992715,"owners_count":17237501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cue","cuelang","events","json-schema","typescript"],"created_at":"2024-11-10T18:01:28.836Z","updated_at":"2024-11-10T18:02:18.900Z","avatar_url":"https://github.com/inngest.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event schemas\n\nThis repository contains event schema definitions for common events ingested within\n[Inngest](https://www.inngest.com).  This allows you to get full type information for common events,\nand allows you to generate schemas in multiple languages for each event.\n\nEvents are defined using [cue](https://cuelang.org), a novel declarative data language.  It's\nconcise, strongly typed, allows constraining values, defaults, and annotations for extra data.\n\n## Converting JSON Schema \u0026 OpenAPI definitions to Cue\n\nWe use [cue](https://cuelang.org) as our canonical representation of event types.  You can generate\na Cue type definition from an existing JSON schema or API schema:\n\n```\ncue import jsonschema ./path/to/schema.json -o -\n```\n\nThis will print the cue type definitions to stdout.  You can then take these definitions and add\nthem to ./defs/${service.cue} to document events.\n\n## Go package\n\nThe event types are importable using the following package:\n\n```\ngo get github.com/inngest/event-schemas/events\n```\n\nYou can reference all supported events via `events.Events`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finngest%2Fevent-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finngest%2Fevent-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finngest%2Fevent-schemas/lists"}