Import UAPF package: varam-docproc_valid.uapf
This commit is contained in:
22
integration/a2a-schemas.json
Normal file
22
integration/a2a-schemas.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"a2a": [
|
||||
{
|
||||
"message_type": "document.route.request",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"docId": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetRole": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"docId",
|
||||
"targetRole"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user