Ref
Typed reference to an Entity represented as a path string in JSON.
Member Functions:
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.
| Name | Type | Description |
|---|---|---|
|
Schema used as resolution scope. |
- Returns
-
RefOutcome[E]