{
"RO": [
{
"_id": "string",
"name": "string",
"type": "NUMBER",
"ownerId": "string",
"helpText": "string",
"fieldConfigurations": {
"defaultValue": "string",
"groupCorrelationKey": "string",
"correlationKey": "string",
"otherConfigurations": {}
},
"validations": [
{
"fieldValidationType": "REQUIRED",
"validationValue": "string"
}
]
}
],
"RW": [
{
"_id": "string",
"name": "string",
"type": "NUMBER",
"ownerId": "string",
"helpText": "string",
"fieldConfigurations": {
"defaultValue": "string",
"groupCorrelationKey": "string",
"correlationKey": "string",
"otherConfigurations": {}
},
"validations": [
{
"fieldValidationType": "REQUIRED",
"validationValue": "string"
}
]
}
]
}