pub fn ids_array_schema() -> ArrayBuilderExpand description
OpenAPI schema for an array of IDs whose elements accept an integer or a
string (precision-safe), mirroring serialize_ids_as_strings.
Apply with
#[cfg_attr(feature = "openapi", schema(schema_with = serde_id::ids_array_schema))].