Formatting JSON template files
Community example
[{
"resourceType": "Community",
"identifier": {
"id": "${n}"
},
"parent": {
"id": "9f01ccd6-3329-49ef-af9a-3e1c9826f731"
}
}]Domain example
[{
"resourceType": "Domain",
"identifier": {
"id": "${n}"
},
"name": "${n}",
"description": "${n}",
"community": {
"name": "${n}"
},
"type": {
"name": "${n}"
}
}]Asset example
Last updated
Was this helpful?