@apistudio/apim-cli
Version:
CLI for API Management Products
24 lines • 498 B
JSON
{
"skipTransform": false,
"transformations": {
"mappings": [
{
"source": "$.spec.delay",
"target": "$.retryIterator.delay"
},
{
"source": "$.spec.retryOn",
"target": "$.retryIterator.errorConditions"
},
{
"source": "$.spec.execute",
"target": "$.retryIterator.execute"
},
{
"source": "$.spec.maxRetries",
"target": "$.retryIterator.retries"
}
],
"replacements": []
}
}