# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. schema father { document father inherits grandparent { struct father_struct { field father_field type string { } } } }