{"id":15091312,"url":"https://github.com/nasa9084/go-openapi","last_synced_at":"2025-04-07T12:05:13.742Z","repository":{"id":48984133,"uuid":"113154608","full_name":"nasa9084/go-openapi","owner":"nasa9084","description":"OpenAPI Specification (OAS) 3.0 implementation for Go","archived":false,"fork":false,"pushed_at":"2024-06-19T11:39:02.000Z","size":167,"stargazers_count":38,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T10:04:51.387Z","etag":null,"topics":["go","golang","openapi","openapi-spec","openapi-specification","openapi3"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/nasa9084.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":"security_requirement.go","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-05T08:30:55.000Z","updated_at":"2024-06-19T11:39:06.000Z","dependencies_parsed_at":"2024-12-09T03:08:46.031Z","dependency_job_id":"6ae16c30-118f-4670-b1d1-94203c94d29b","html_url":"https://github.com/nasa9084/go-openapi","commit_stats":{"total_commits":215,"total_committers":3,"mean_commits":71.66666666666667,"dds":"0.43255813953488376","last_synced_commit":"c62c58bb3428b3b1dd363269a0ca0f5ef52f5acc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasa9084%2Fgo-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasa9084","download_url":"https://codeload.github.com/nasa9084/go-openapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247648976,"owners_count":20972945,"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","openapi-spec","openapi-specification","openapi3"],"created_at":"2024-09-25T10:40:20.644Z","updated_at":"2025-04-07T12:05:13.721Z","avatar_url":"https://github.com/nasa9084.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenAPI Specification object model\n===\n\n[![GoDoc](https://godoc.org/github.com/nasa9084/go-openapi?status.svg)](https://godoc.org/github.com/nasa9084/go-openapi)\n[![Build Status](https://travis-ci.org/nasa9084/go-openapi.svg?branch=master)](https://travis-ci.org/nasa9084/go-openapi)\n[![codecov](https://codecov.io/gh/nasa9084/go-openapi/branch/master/graph/badge.svg)](https://codecov.io/gh/nasa9084/go-openapi)\n\n---\n\n**This package is still under development, so the API will be changed without any notification**\n\n## Overview\n\nThis is an implementation of [OpenAPI Specification 3.0](https://github.com/OAI/OpenAPI-Specification) object model with some usable functions.\n\n## Synopsis\n\n``` go\npackage main\n\nimport (\n    \"fmt\"\n\n    \"github.com/nasa9084/go-openapi\"\n)\n\nfunc main() {\n    doc, _ := openapi.LoadFile(\"path/to/spec\")\n    fmt.Print(doc.Version)\n}\n```\n\n## Status\n\n* [x] Model definition\n* [x] Load OpenAPI 3.0 spec file\n* [ ] Resolve Reference object\n  * [x] Resolve #/component reference\n  * [ ] Resolve other file reference\n* [ ] Validation\n  * [x] Validate spec values\n    * [ ] test for validation\n      * [x] Document\n      * [x] Info\n      * [x] Contact\n      * [x] License\n      * [x] Server\n      * [x] ServerVariable\n      * [x] Paths\n      * [x] PathItem\n      * [x] Operation\n      * [x] Parameter\n      * [x] RequestBody\n      * [x] Responses\n      * [x] Response\n      * [x] Callbacks\n      * [x] Callback\n      * [ ] Schema\n      * [x] Example\n      * [ ] MediaType\n      * [ ] Header\n      * [ ] Link\n      * [ ] Encoding\n      * [x] Discriminator\n      * [x] XML\n      * [x] Components\n      * [x] SecurityScheme\n      * [x] OAuthFlows\n      * [x] OAuthFlow\n      * [ ] SecurityRequirement\n      * [x] Tag\n      * [x] ExternalDocumentation\n  * [ ] Validate HTTP Request\n  * [ ] Validate HTTP Response\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa9084%2Fgo-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa9084%2Fgo-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa9084%2Fgo-openapi/lists"}