forked from microsoft/CDM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request microsoft#164 from microsoft/features/publishSchema
Microsoft CDM Release Version Update: 1.0
- Loading branch information
Showing
126 changed files
with
133,574 additions
and
101 deletions.
There are no files selected for viewing
40,336 changes: 40,336 additions & 0 deletions
40,336
schemaDocuments/core/applicationCommon/applicationCommon.1.2.1.manifest.cdm.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
29 changes: 29 additions & 0 deletions
29
...cationCommon/foundationCommon/crmCommon/accelerators/accelerators.1.1.3.manifest.cdm.json
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,29 @@ | ||
{ | ||
"$schema": "CdmManifest.cdm.json", | ||
"jsonSchemaSemanticVersion": "1.0.0", | ||
"imports": [], | ||
"manifestName": "accelerators", | ||
"explanation": "CDM Accelerators", | ||
"subManifests": [ | ||
{ | ||
"manifestName": "automotive", | ||
"definition": "automotive/automotive.1.1.manifest.cdm.json" | ||
}, | ||
{ | ||
"manifestName": "education", | ||
"definition": "education/education.1.1.manifest.cdm.json" | ||
}, | ||
{ | ||
"manifestName": "financialServices", | ||
"definition": "financialServices/financialServices.1.0.1.manifest.cdm.json" | ||
}, | ||
{ | ||
"manifestName": "healthCare", | ||
"definition": "healthCare/healthCare.1.0.2.manifest.cdm.json" | ||
}, | ||
{ | ||
"manifestName": "nonProfit", | ||
"definition": "nonProfit/nonProfit.1.0.2.manifest.cdm.json" | ||
} | ||
] | ||
} |
Oops, something went wrong.