Code Review
/
policy
/
apex-pdp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f8457c690e90c3194fcb78adcbf6a13b472f0250
[policy/apex-pdp.git]
/
1
{
2
"type": "map", "values": {
3
"type" : "record",
4
"name" : "AddressUSRecord",
5
"fields" : [
6
{"name": "streetaddress", "type": "string"},
7
{"name": "city", "type": "string"}
8
]
9
}
10
}