@o3r/dynamic-content
Version:
This module provides a mechanism to retrieve media and data depending on the host or a server specific url.
27 lines (26 loc) • 541 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "RulesActionUpdateAssetBlock",
"type": "object",
"description": "Content of action that updates the assets",
"properties": {
"actionType": {
"type": "string",
"description": "Action Type",
"const": "UPDATE_ASSET"
},
"asset": {
"type": "string",
"description": "asset to update"
},
"value": {
"type": "string"
}
},
"additionalItems": false,
"required": [
"actionType",
"asset",
"value"
]
}