package swagger
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait AdditionalProperties extends AnyRef
- case class AdditionalPropertiesEnabled(value: SwaggerTyped) extends AdditionalProperties with Product with Serializable
- case class PatternWithSwaggerTyped(pattern: String, propertyType: SwaggerTyped) extends Product with Serializable
- case class SwaggerArray(elementType: SwaggerTyped) extends SwaggerTyped with Product with Serializable
- case class SwaggerEnum extends SwaggerTyped with Product with Serializable
- case class SwaggerObject(elementType: Map[PropertyName, SwaggerTyped], additionalProperties: AdditionalProperties = ..., patternProperties: List[PatternWithSwaggerTyped] = ...) extends SwaggerTyped with Product with Serializable
- sealed trait SwaggerTyped extends AnyRef
- case class SwaggerUnion(types: List[SwaggerTyped]) extends SwaggerTyped with Product with Serializable
Value Members
- object AdditionalProperties
- object AdditionalPropertiesDisabled extends AdditionalProperties with Product with Serializable
- object OpenAPISchemaParser
- object PatternWithSwaggerTyped extends Serializable
- object SwaggerAny extends SwaggerTyped
- object SwaggerArray extends Serializable
- object SwaggerBigDecimal extends SwaggerTyped with Product with Serializable
- object SwaggerBigInteger extends SwaggerTyped with Product with Serializable
- object SwaggerBool extends SwaggerTyped with Product with Serializable
- object SwaggerDate extends SwaggerTyped with Product with Serializable
- object SwaggerDateTime extends SwaggerTyped with Product with Serializable
- object SwaggerDouble extends SwaggerTyped with Product with Serializable
- object SwaggerEnum extends Serializable
- object SwaggerInteger extends SwaggerTyped with Product with Serializable
- object SwaggerLong extends SwaggerTyped with Product with Serializable
- object SwaggerNull extends SwaggerTyped with Product with Serializable
- object SwaggerObject extends Serializable
- object SwaggerString extends SwaggerTyped with Product with Serializable
- object SwaggerTime extends SwaggerTyped with Product with Serializable
- object SwaggerTyped
- object implicits