Wilson Xu
11/02/2022, 7:54 PM{
"ok": true,
"systems": {
"GooglePubSub": {
"ok": "true"
},
"Database": {
"ok": "true"
},
"GoogleGroups": {
"ok": "true"
},
"GoogleIam": {
"ok": "true"
},
"OpenDJ": {
"ok": "true"
}
}
}
I would want to make sure that each system name (“GooglePubSub” etc) is a string. I know that you can do a matching rule on the ok type, but not really sure how to check the field nameWilson Xu
11/02/2022, 7:58 PM