package openapi

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class OperationId(v: String) extends AnyVal with Product with Serializable
  2. class SafeApiResponse extends AnyRef
  3. case class SafeArraySchema(unsafe: ArraySchema) extends SafeSchema with Product with Serializable
  4. case class SafeBinarySchema(unsafe: BinarySchema) extends SafeSchema with Product with Serializable
  5. case class SafeBooleanSchema(unsafe: BooleanSchema) extends SafeSchema with Product with Serializable
  6. case class SafeByteArraySchema(unsafe: ByteArraySchema) extends SafeSchema with Product with Serializable
  7. class SafeComponents extends AnyRef
  8. case class SafeComposedSchema(unsafe: ComposedSchema) extends SafeSchema with Product with Serializable
  9. case class SafeCookieParameter(unsafe: CookieParameter) extends SafeParameter with Product with Serializable
  10. case class SafeDateSchema(unsafe: DateSchema) extends SafeSchema with Product with Serializable
  11. case class SafeDateTimeSchema(unsafe: DateTimeSchema) extends SafeSchema with Product with Serializable
  12. case class SafeDiscriminator(d: Discriminator) extends Product with Serializable
  13. case class SafeDoubleSchema(unsafe: NumberSchema) extends SafeSchema with Product with Serializable
  14. case class SafeEmailSchema(unsafe: EmailSchema) extends SafeSchema with Product with Serializable
  15. case class SafeFileSchema(unsafe: FileSchema) extends SafeSchema with Product with Serializable
  16. case class SafeFloatSchema(unsafe: NumberSchema) extends SafeSchema with Product with Serializable
  17. case class SafeHeaderParameter(unsafe: HeaderParameter) extends SafeParameter with Product with Serializable
  18. case class SafeIntegerSchema(unsafe: IntegerSchema) extends SafeSchema with Product with Serializable
  19. case class SafeLongSchema(unsafe: IntegerSchema) extends SafeSchema with Product with Serializable
  20. case class SafeMapSchema(unsafe: MapSchema) extends SchemaWithProperties with Product with Serializable
  21. class SafeMediaType extends AnyRef
  22. case class SafeObjectSchema(unsafe: ObjectSchema) extends SchemaWithProperties with Product with Serializable
  23. class SafeOpenApi extends AnyRef
  24. class SafeOpenApiParser extends AnyRef
  25. case class SafeOperation(op: Operation) extends Product with Serializable
  26. sealed trait SafeParameter extends AnyRef
  27. case class SafePasswordSchema(unsafe: PasswordSchema) extends SafeSchema with Product with Serializable
  28. case class SafePathItem(unsafe: PathItem) extends Product with Serializable
  29. case class SafePathParameter(unsafe: PathParameter) extends SafeParameter with Product with Serializable
  30. sealed trait SafePrimitiveSchema extends SafeSchema
  31. case class SafeQueryParameter(unsafe: QueryParameter) extends SafeParameter with Product with Serializable
  32. case class SafeRefSchema(unsafe: Schema[_]) extends SafeSchema with Product with Serializable
  33. case class SafeRequestBody(rb: RequestBody) extends Product with Serializable
  34. sealed trait SafeSchema extends AnyRef
  35. case class SafeStringSchema(unsafe: StringSchema) extends SafeSchema with Product with Serializable
  36. case class SafeUUIDSchema(unsafe: UUIDSchema) extends SafeSchema with Product with Serializable
  37. sealed trait SchemaRef extends AnyRef
  38. sealed trait SchemaWithProperties extends SafeSchema
  39. case class StatusCodeResponse(schema: SafeSchema, statusCode: Int) extends Product with Serializable

Value Members

  1. object SafePathItem extends Serializable
  2. object SafeSchema
  3. object SchemaRef

Ungrouped