{"id":27957891,"url":"https://github.com/orsinium-labs/openapi","last_synced_at":"2026-05-14T13:38:38.329Z","repository":{"id":284691790,"uuid":"910025565","full_name":"orsinium-labs/openapi","owner":"orsinium-labs","description":"Go package with type definitions for generating OpenAPI documentation.","archived":false,"fork":false,"pushed_at":"2025-04-05T12:33:14.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T18:15:05.983Z","etag":null,"topics":["go","golang","openapi","swagger"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orsinium-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-30T10:04:36.000Z","updated_at":"2025-04-05T12:33:00.000Z","dependencies_parsed_at":"2025-03-27T07:39:36.936Z","dependency_job_id":null,"html_url":"https://github.com/orsinium-labs/openapi","commit_stats":null,"previous_names":["orsinium-labs/openapi"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fopenapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fopenapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fopenapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orsinium-labs%2Fopenapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orsinium-labs","download_url":"https://codeload.github.com/orsinium-labs/openapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931507,"owners_count":21827112,"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":["go","golang","openapi","swagger"],"created_at":"2025-05-07T18:15:09.593Z","updated_at":"2025-10-24T08:41:41.093Z","avatar_url":"https://github.com/orsinium-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi\n\nGo package with type definitions for generating [OpenAPI](https://swagger.io/specification/) documentation.\n\n## Installation\n\n```bash\ngo get github.com/orsinium-labs/openapi\n```\n\n## Usage\n\n```go\ndocs := openapi.OpenAPI{\n  Version: \"3.0.2\",\n  Info: openapi.Info{\n    Title: \"Cool service\",\n  },\n  Paths: openapi.Paths{\n    \"/echo\": openapi.PathItem{\n      Post: openapi.Operation{\n        Summary: \"Scream into the void\",\n      },\n    },\n  },\n}\njsonDocs, err := json.Marshal(docs)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fopenapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forsinium-labs%2Fopenapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forsinium-labs%2Fopenapi/lists"}