package schema
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class JsonSchema($schema: String, $ref: String, definitions: Map[String, JsonSchemaDefinition]) extends Product with Serializable
- case class JsonSchemaDefinition(type: String, title: String, additionalProperties: Boolean, required: List[String], properties: Map[String, Map[String, Any]]) extends Product with Serializable
- case class SchemaAnalysis(count: Long, sample: Long, percentageOfAnalysed: Double, fields: ArrayBuffer[SchemaAnalysisField]) extends Product with Serializable
- case class SchemaAnalysisField(name: String, fullName: String, fieldTypes: List[SchemaAnalysisFieldType], count: Long, percentageOfParent: Double, subFields: ArrayBuffer[SchemaAnalysisField]) extends Product with Serializable
- case class SchemaAnalysisFieldType(fieldType: String, count: Long, percentageOfParent: Double) extends Product with Serializable
- class SchemaExplorer extends AnyRef
Value Members
- object JsonSchema extends Serializable