Resolves the inherited template contributed by a resource's extends clause.
Reads each parent shape's complete template via Schema, merges the contributions
across multiple parents via Intersected, and strips index signatures via Declared so that
Override checks against concrete inherited entries only. Yields {} when
extends is not declared.
Resolves the inherited template contributed by a resource's extends clause.
Reads each parent shape's complete template via Schema, merges the contributions across multiple parents via Intersected, and strips index signatures via Declared so that Override checks against concrete inherited entries only. Yields
{}whenextendsis not declared.