sttp.apispec
package sttp.apispec
Members list
Packages
package sttp.apispec.validation
Type members
Classlikes
sealed trait AnySchema extends SchemaLike
Attributes
- Companion
- object
- Supertypes
- Known subtypes
object AnySchema
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class ExampleMultipleValue(values: List[Any]) extends ExampleValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExampleValueclass Objecttrait Matchableclass AnyShow all
case class ExampleSingleValue(value: Any) extends ExampleValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ExampleValueclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ExampleMultipleValueclass ExampleSingleValue
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class ExternalDocumentation(url: String, description: Option[String], extensions: ListMap[String, ExtensionValue])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class OAuthFlow(authorizationUrl: Option[String], tokenUrl: Option[String], refreshUrl: Option[String], scopes: ListMap[String, String], extensions: ListMap[String, ExtensionValue])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class OAuthFlows(`implicit`: Option[OAuthFlow], password: Option[OAuthFlow], clientCredentials: Option[OAuthFlow], authorizationCode: Option[OAuthFlow], extensions: ListMap[String, ExtensionValue])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- See also
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Schema($schema: Option[String], $vocabulary: Option[ListMap[String, Boolean]], $id: Option[String], $anchor: Option[String], $dynamicAnchor: Option[String], $ref: Option[String], $dynamicRef: Option[String], $comment: Option[String], $defs: Option[ListMap[String, SchemaLike]], title: Option[String], description: Option[String], default: Option[ExampleValue], deprecated: Option[Boolean], readOnly: Option[Boolean], writeOnly: Option[Boolean], examples: Option[List[ExampleValue]], `type`: Option[List[SchemaType]], enum: Option[List[ExampleValue]], const: Option[ExampleValue], format: Option[String], allOf: List[SchemaLike], anyOf: List[SchemaLike], oneOf: List[SchemaLike], not: Option[SchemaLike], `if`: Option[SchemaLike], `then`: Option[SchemaLike], `else`: Option[SchemaLike], dependentSchemas: ListMap[String, SchemaLike], multipleOf: Option[BigDecimal], minimum: Option[BigDecimal], exclusiveMinimum: Option[BigDecimal], maximum: Option[BigDecimal], exclusiveMaximum: Option[BigDecimal], maxLength: Option[Int], minLength: Option[Int], pattern: Option[Pattern], maxItems: Option[Int], minItems: Option[Int], uniqueItems: Option[Boolean], maxContains: Option[Int], minContains: Option[Int], prefixItems: Option[List[SchemaLike]], items: Option[SchemaLike], contains: Option[SchemaLike], unevaluatedItems: Option[SchemaLike], maxProperties: Option[Int], minProperties: Option[Int], required: List[String], dependentRequired: ListMap[String, List[String]], discriminator: Option[Discriminator], properties: ListMap[String, SchemaLike], patternProperties: ListMap[Pattern, SchemaLike], additionalProperties: Option[SchemaLike], propertyNames: Option[SchemaLike], unevaluatedProperties: Option[SchemaLike], externalDocs: Option[ExternalDocumentation], extensions: ListMap[String, ExtensionValue]) extends SchemaLike
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SchemaLikeclass Objecttrait Matchableclass AnyShow all
object Schema
object SchemaFormat
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SchemaFormat.type
object SchemaType
Attributes
- Companion
- class
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SchemaType.type
case class SecurityScheme(`type`: String, description: Option[String], name: Option[String], in: Option[String], scheme: Option[String], bearerFormat: Option[String], flows: Option[OAuthFlows], openIdConnectUrl: Option[String], extensions: ListMap[String, ExtensionValue])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class Tag(name: String, description: Option[String], externalDocs: Option[ExternalDocumentation], extensions: ListMap[String, ExtensionValue])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Types
In this article