Skip to content

Commit

Permalink
Update python-avd/schema_tools/metaschema/meta_schema_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored and ClausHolbechArista committed Nov 22, 2024
1 parent 32f13f4 commit 415ba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-avd/schema_tools/metaschema/meta_schema_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class DocumentationOptions(BaseModel):

def __init__(self, _resolve_schema: Literal["eos_designs", "eos_cli_config_gen", "all"] | None = None, **data: Any) -> None:
"""
Takes a kwarg "resolve_schema" which controls if $refs are resolved, and if a string, only the given schema will be resolved.
Takes a kwarg "_resolve_schema" which controls if $refs are resolved, and if a string, only the given schema will be resolved.
The $ref expansion _only_ covers this field.
Any $ref on child fields are expanded as they are initialized by Pydantic since they are based on this base class.
Expand Down

0 comments on commit 415ba98

Please sign in to comment.