Simplify Lunatic response property
Open
Area: Tech
enhancement
State: Standby
- Dominant language
- Java
- Stars
- 17
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
In Lunatic components that have a `"response"` property, replace:
```json
"response": {
"name": "FOO"
}
```
by:
```json
"responseName": "FOO"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.