sttp.apispec.package.scala Maven / Gradle / Ivy
The newest version!
package sttp
import scala.collection.immutable.ListMap
package object apispec {
// using a Vector instead of a List, as empty Lists are always encoded as nulls
// here, we need them encoded as an empty array
type SecurityRequirement = ListMap[String, Vector[String]]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy