{"id":20802968,"url":"https://github.com/sv-tools/roas","last_synced_at":"2025-05-07T01:22:51.692Z","repository":{"id":201095762,"uuid":"699556146","full_name":"sv-tools/roas","owner":"sv-tools","description":"Rust OpenAPI Specification (v2, v3.0, v3.1)","archived":false,"fork":false,"pushed_at":"2025-04-30T19:03:01.000Z","size":245,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T19:36:26.993Z","etag":null,"topics":["openapi","openapi3","openapi31","rust","swagger"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sv-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2023-10-02T21:40:47.000Z","updated_at":"2025-04-30T19:01:53.000Z","dependencies_parsed_at":"2023-11-06T03:32:15.143Z","dependency_job_id":"141573a5-a72d-4aa0-92c0-b0c8be61e8a4","html_url":"https://github.com/sv-tools/roas","commit_stats":null,"previous_names":["sv-tools/roas"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Froas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Froas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Froas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sv-tools%2Froas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sv-tools","download_url":"https://codeload.github.com/sv-tools/roas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252794295,"owners_count":21805174,"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":["openapi","openapi3","openapi31","rust","swagger"],"created_at":"2024-11-17T18:39:30.078Z","updated_at":"2025-05-07T01:22:51.687Z","avatar_url":"https://github.com/sv-tools.png","language":"Rust","readme":"# roas\n\nRust OpenAPI Specification (v2.0, v3.0.X and v3.1.X)\n\n[![crates.io](https://img.shields.io/crates/v/roas.svg)](https://crates.io/crates/roas)\n[![docs.rs](https://docs.rs/roas/badge.svg)](https://docs.rs/roas)\n\nParsing and generating OpenAPI Specification:\n\n* [x] OpenAPI Specification v2.0\n* [x] OpenAPI Specification v3.0.X\n* [ ] OpenAPI Specification v3.1.X\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nroas = { version = \"0.2\", features = [\"v3_0\"] } \n```\n\n## Examples\n\n```rust\nuse roas::v3_0::spec::Spec;\nuse roas::validation::{Options, Validate};\n\n...\n\nlet spec = serde_json::from_str::\u003cSpec\u003e(raw_json).unwrap();\nspec.validate(Options::IgnoreMissingTags | Options::IgnoreExternalReferences).unwrap();\n\n...\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Froas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsv-tools%2Froas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsv-tools%2Froas/lists"}