{"id":15101395,"url":"https://github.com/moontai0724/openapi-types","last_synced_at":"2026-01-27T14:31:49.199Z","repository":{"id":235762968,"uuid":"791191811","full_name":"moontai0724/openapi-types","owner":"moontai0724","description":"TypeScript types for OpenAPI specification. (v3.1 only now)","archived":false,"fork":false,"pushed_at":"2024-05-08T04:08:36.000Z","size":436,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T05:26:52.546Z","etag":null,"topics":["openapi","specification","types","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@moontai0724/openapi-types","language":"TypeScript","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/moontai0724.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-04-24T09:02:15.000Z","updated_at":"2024-05-08T03:51:57.000Z","dependencies_parsed_at":"2024-04-29T08:27:40.269Z","dependency_job_id":"c59997a1-64d6-44f6-acce-6e1aecf01661","html_url":"https://github.com/moontai0724/openapi-types","commit_stats":null,"previous_names":["moontaiworks/openapi-type","moontaiworks/openapi-types","moontai0724/openapi-types"],"tags_count":6,"template":false,"template_full_name":"moontai0724/package-template","purl":"pkg:github/moontai0724/openapi-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moontai0724%2Fopenapi-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moontai0724%2Fopenapi-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moontai0724%2Fopenapi-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moontai0724%2Fopenapi-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moontai0724","download_url":"https://codeload.github.com/moontai0724/openapi-types/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moontai0724%2Fopenapi-types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28815047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["openapi","specification","types","typescript"],"created_at":"2024-09-25T18:22:13.355Z","updated_at":"2026-01-27T14:31:49.181Z","avatar_url":"https://github.com/moontai0724.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @moontai0724/openapi-types\n\n[![NPM Version](https://img.shields.io/npm/v/@moontai0724/openapi-types)](https://www.npmjs.com/package/@moontai0724/openapi-types)\n[![NPM Downloads](https://img.shields.io/npm/d18m/@moontai0724/openapi-types)](https://www.npmjs.com/package/@moontai0724/openapi-types)\n\nTypeScript types for [OpenAPI](https://www.openapis.org/) specification.\n\nCurrently, this package only supports OpenAPI v3.1.\n\n## Install\n\n### NPM\n\n```bash\nnpm install -D @moontai0724/openapi-types\n```\n\n### Yarn\n\n```bash\nyarn add -D @moontai0724/openapi-types\n```\n\n### PNPM\n\n```bash\npnpm add -D @moontai0724/openapi-types\n```\n\n## Usage\n\n```typescript\nimport type {\n  OpenAPIObject,\n  OperationObject,\n} from \"@moontai0724/openapi-types\";\n\nconst openapi: OpenAPIObject = {\n  openapi: \"3.0.0\",\n  // ...\n};\n\nconst operation: OperationObject = {\n  // ...\n};\n```\n\n## API Document\n\nSee the [API documentation](https://moontai0724.github.io/openapi-types/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoontai0724%2Fopenapi-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoontai0724%2Fopenapi-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoontai0724%2Fopenapi-types/lists"}