Ref

Typed reference to an Entity represented as a path string in JSON.

Member Functions:

ref_string (field)

Returns

str

get_target

get_target(schema: ConfigurationSchema)

Resolve this reference inside schema.

Returns a RefOutcome classifying the result as RESOLVED, EXTERNAL, NOT_FOUND, or TYPE_MISMATCH. No exceptions are raised for the not-found / type-mismatch control-flow paths.

Parameters
Name Type Description

schema

ConfigurationSchema

Schema used as resolution scope.

Returns

RefOutcome[E]