No description available.
Record Key
self
Properties
a2aCard
string
uri
Optional
URL to full A2A Agent Card JSON
capabilities
array
of
ref
#capability
Required
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
inputFormats
array
of
string
Optional
No description available.
outputFormats
array
of
string
Optional
No description available.
pricing
ref
#pricingInfo
Optional
No description available.
View raw schema
{
"key": "self",
"type": "record",
"record": {
"type": "object",
"required": [
"capabilities"
],
"properties": {
"a2aCard": {
"type": "string",
"format": "uri",
"description": "URL to full A2A Agent Card JSON"
},
"pricing": {
"ref": "#pricingInfo",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"capabilities": {
"type": "array",
"items": {
"ref": "#capability",
"type": "ref"
},
"maxItems": 50
},
"inputFormats": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
"outputFormats": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
}
}
}
}