omit endPoint where it defaults to none

This commit is contained in:
kieferrm
2017-09-20 15:03:24 -07:00
committed by Kai Maetzel
parent 6607604333
commit fbb3e25987
77 changed files with 408 additions and 408 deletions

View File

@@ -271,11 +271,11 @@ export class SaveParticipant implements ISaveParticipant {
"${wildcard}": [
{
"${prefix}": "Success-",
"${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
},
{
"${prefix}": "Failure-",
"${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"${classification}": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
]
}