{"id":16256456,"url":"https://github.com/azhirov/openapi-3.0-types","last_synced_at":"2026-04-26T12:31:26.678Z","repository":{"id":153234334,"uuid":"628614386","full_name":"azhirov/openapi-3.0-types","owner":"azhirov","description":"This package provides TypeScript types for OpenAPI 3.0","archived":false,"fork":false,"pushed_at":"2023-04-17T01:14:41.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T10:53:31.051Z","etag":null,"topics":["openapi","openapi3","types"],"latest_commit_sha":null,"homepage":"","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/azhirov.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":"2023-04-16T13:59:06.000Z","updated_at":"2023-04-16T14:17:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8765858-927b-46f2-b353-f09e66bcb219","html_url":"https://github.com/azhirov/openapi-3.0-types","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azhirov/openapi-3.0-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhirov%2Fopenapi-3.0-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhirov%2Fopenapi-3.0-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhirov%2Fopenapi-3.0-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhirov%2Fopenapi-3.0-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azhirov","download_url":"https://codeload.github.com/azhirov/openapi-3.0-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azhirov%2Fopenapi-3.0-types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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","openapi3","types"],"created_at":"2024-10-10T15:45:15.530Z","updated_at":"2026-04-26T12:31:26.662Z","avatar_url":"https://github.com/azhirov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAPI Types\n\nThis package provides TypeScript types for OpenAPI 3.0, based on the official [OpenAPI Specification 3.0.3](https://spec.openapis.org/oas/v3.0.3). These types allow you to validate and type-check your OpenAPI documents in TypeScript, providing improved documentation and confidence in your API contracts.\n\n## Installation\n\n```\nnpm i --save-dev openapi-3.0-types\n```\n\n## Usage\n\nTo use the OpenAPI types in your TypeScript project, simply import them as needed:\n\n```typescript\n\nimport type { OpenApiObject3 } from 'openapi-3.0-types';\n\nconst myApiSpec: OpenApiObject3 = {\n  // ...\n};\n```\nThe OpenApiObject3 type represents the root object of an OpenAPI specification. Other types are provided for each component of the specification, such as PathItemObject3, ParameterObject3, and ResponseObject3.\n\nFor more information on the available types, please refer to the official [OpenAPI Specification 3.0.3](https://spec.openapis.org/oas/v3.0.3).\n\n## Generate `*.d.ts`\n\n1. Clone this repository\n2. Install typescript\n3. Run `tsc`\n\n## Contributing\n\nIf you find a bug or would like to contribute to the package, please feel free to open an issue or submit a pull request on the GitHub repository.\n\n## License\nThis package is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhirov%2Fopenapi-3.0-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazhirov%2Fopenapi-3.0-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazhirov%2Fopenapi-3.0-types/lists"}