Skip to main content

aip_sdk.AdapterValidateResult

aip_sdk.AdapterValidateResult(valid: bool, mapped: dict[str, Any], errors: list[str])

Result from validating an adapter's JSONPath mappings.

Attributes

  • valid bool: Whether all mappings resolved successfully
  • mapped dict[str, Any]: The mapped output dictionary
  • errors list[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.