All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.apispec.package.scala Maven / Gradle / Ivy

There is a newer version: 0.11.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy