Skip to content

Commit

Permalink
Microsoft CDM Release Version Update: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdm-publisher committed Nov 1, 2021
1 parent ae04604 commit d4844a7
Show file tree
Hide file tree
Showing 2,767 changed files with 8,722 additions and 95,631 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"jsonSchemaSemanticVersion": "1.0.0",
"definitions": [
{
"entityName": "entity"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"jsonSchemaSemanticVersion": "1.0.0",
"manifestName": "patternManifest",
"explanation": "test cdm folder for cdm version 1.0+",
"imports": [],
"imports": [
{
"uri": "/primitives.cdm.json"
}
],
"exhibitsTraits": [
"is"
],
Expand All @@ -12,7 +16,7 @@
"type": "ReferencedEntity",
"entityName": "testEntity",
"explanation": "test explanation",
"entityPath": "testPath",
"entityPath": "someRefEntity.cdm.json/someRefEntity",
"exhibitsTraits": [
"is"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"jsonSchemaSemanticVersion": "1.0.0",
"definitions": [
{
"entityName": "SomeEntity"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"jsonSchemaSemanticVersion": "1.0.0",
"definitions": [
{
"entityName": "someRefEntity"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"jsonSchemaSemanticVersion": "1.0.0",
"definitions": [
{
"entityName": "entity"
}
]
}
Loading

0 comments on commit d4844a7

Please sign in to comment.