radicle-schemars: Enable output for issues, patches and identity cob actions
2 failed
(2 total)
View logs
modified crates/radicle-schemars/src/main.rs
@@ -7,8 +7,18 @@ use schemars::{generate::*, *};
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -19,6 +29,9 @@ enum Schema {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -29,6 +42,9 @@ impl std::str::FromStr for Schema {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -101,6 +117,9 @@ fn print_schema() -> io::Result<()> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|