()
| 37 | } |
| 38 | |
| 39 | pub fn array_of_strings() -> Array { |
| 40 | Object::with_type(SchemaType::Type(Type::String)).to_array() |
| 41 | } |
| 42 | |
| 43 | #[derive(Debug, Serialize, ToSchema)] |
| 44 | #[serde(rename_all = "SCREAMING_SNAKE_CASE")] |
nothing calls this directly
no outgoing calls
no test coverage detected