processSummary
November 12, 2025 ยท View on GitHub
Type: object
Composition (allOf)
This schema is composed of all of the following schemas:
- descriptionType
- Properties:
title,description,keywords,metadata,additionalParameters
- Properties:
- object
- Properties:
id,version,jobControlOptions,outputTransmission,links
- Properties:
Example
{
"title": "example-string",
"description": "example-string",
"keywords": [
"example-string",
"example-string"
],
"id": "identifier",
"version": "example-string",
"jobControlOptions": [
"sync-execute",
"sync-execute"
],
"outputTransmission": [
"value",
"value"
],
"links": [
{
"href": "https://example.com",
"rel": "example-string",
"type": "example-string",
"method": "POST",
"description": "example-string"
},
{
"href": "https://example.com",
"rel": "example-string",
"type": "example-string",
"method": "POST",
"description": "example-string"
}
]
}