Skip to content

/AWS1/CL_TCRA2AAGNTCRDDESCRPTR

Descriptor that defines the content of an A2A (Agent-to-Agent) agent card registry record. The content is validated against the A2A protocol schema.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_data TYPE /AWS1/TCRDESCRIPTORDATA /AWS1/TCRDESCRIPTORDATA

The A2A agent card content, serialized as descriptor payload data.

iv_dataschemaversion TYPE /AWS1/TCRDATASCHEMAVERSION /AWS1/TCRDATASCHEMAVERSION

The schema version of the descriptor payload.

io_source TYPE REF TO /AWS1/CL_TCRDESCRIPTORSOURCE /AWS1/CL_TCRDESCRIPTORSOURCE

The source location from which the A2A (Agent-to-Agent) agent card descriptor content was retrieved.


Queryable Attributes

data

The A2A agent card content, serialized as descriptor payload data.

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA, with configurable default
ASK_DATA() Getter for DATA w/ exceptions if field has no value
HAS_DATA() Determine if DATA has a value

dataSchemaVersion

The schema version of the descriptor payload.

Accessible with the following methods

Method Description
GET_DATASCHEMAVERSION() Getter for DATASCHEMAVERSION, with configurable default
ASK_DATASCHEMAVERSION() Getter for DATASCHEMAVERSION w/ exceptions if field has no v
HAS_DATASCHEMAVERSION() Determine if DATASCHEMAVERSION has a value

source

The source location from which the A2A (Agent-to-Agent) agent card descriptor content was retrieved.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE