func TestSchemaDeclType(t *testing.T) { … } func TestSchemaDeclTypes(t *testing.T) { … } func testSchema() *schema.Structural { … } func arraySchema(arrayType, format string, maxItems *int64) *schema.Structural { … } func TestEstimateMaxLengthJSON(t *testing.T) { … } func maxPtr(max int64) *int64 { … } func genNestedSchema(depth int) *schema.Structural { … } func BenchmarkDeeplyNestedSchemaDeclType(b *testing.B) { … }