aip_sdk.AdapterValidateResult
aip_sdk.AdapterValidateResult(valid: bool, mapped: dict[str, Any], errors: list[str])
Result from validating an adapter's JSONPath mappings.
Attributes
validbool: Whether all mappings resolved successfullymappeddict[str, Any]: The mapped output dictionaryerrorslist[str]: List of validation error messages
aip_sdk.AdapterValidateResult.errors
aip_sdk.AdapterValidateResult.errors: list[str]
No docstring is defined in the source.
aip_sdk.AdapterValidateResult.mapped
aip_sdk.AdapterValidateResult.mapped: dict[str, Any]
No docstring is defined in the source.
aip_sdk.AdapterValidateResult.valid
aip_sdk.AdapterValidateResult.valid: bool
No docstring is defined in the source.