-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added example object to ILMB folder (#571)
* added example object to ILMB folder * File Renamed to z_aff_example_ilmb.ilmb.json * File renamed and required annotations removed * checkmarx changes failed * Fixing checkmarx issues * Removal of annotations destruction object and callback class * Annotation Changes * Update to ILMB-v1 JSON
- Loading branch information
Showing
4 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"formatVersion": "1", | ||
"header": { | ||
"description": "Sample ILM Object (Flight Model)", | ||
"originalLanguage": "en" | ||
}, | ||
"timeReferences": [ | ||
{ | ||
"timeReference": "CREATION_DATE", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "FLDATE" | ||
}, | ||
{ | ||
"timeReference": "Z_FIXED_DATE", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "FLDATE", | ||
"indirectValue": true | ||
} | ||
], | ||
"conditionFields": [ | ||
{ | ||
"conditionField": "CARRID_1", | ||
"dataElement": "S_CARRID", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "CARRID", | ||
"noIntervals": true | ||
}, | ||
{ | ||
"conditionField": "CONNID", | ||
"dataElement": "CONNID", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "CONNID", | ||
"noIntervals": true | ||
}, | ||
{ | ||
"conditionField": "COUNTRY", | ||
"dataElement": "LAND1", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "CARRID", | ||
"indirectValue": true, | ||
"noIntervals": true | ||
}, | ||
{ | ||
"conditionField": "COUNTRY", | ||
"dataElement": "LAND1", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "CONNID", | ||
"indirectValue": true, | ||
"noIntervals": true | ||
}, | ||
{ | ||
"conditionField": "COUNTRY", | ||
"dataElement": "LAND1", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "FLDATE", | ||
"indirectValue": true, | ||
"noIntervals": true | ||
}, | ||
{ | ||
"conditionField": "CURRENCY", | ||
"dataElement": "S_CURRCODE", | ||
"sourceTable": "SFLIGHT", | ||
"sourceField": "CURRENCY", | ||
"noIntervals": true | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters