diff --git a/common/changes/@cadl-lang/compiler/reflectionModel_2023-01-11-09-23.json b/common/changes/@cadl-lang/compiler/reflectionModel_2023-01-11-09-23.json new file mode 100644 index 00000000000..8e59b60a5a4 --- /dev/null +++ b/common/changes/@cadl-lang/compiler/reflectionModel_2023-01-11-09-23.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@cadl-lang/compiler", + "comment": "Add type Model to Cadl.Reflection", + "type": "none" + } + ], + "packageName": "@cadl-lang/compiler" +} \ No newline at end of file diff --git a/packages/compiler/lib/reflection.cadl b/packages/compiler/lib/reflection.cadl index cb2d4bf1f8f..97778cabcc7 100644 --- a/packages/compiler/lib/reflection.cadl +++ b/packages/compiler/lib/reflection.cadl @@ -1,5 +1,6 @@ namespace Cadl.Reflection; +model Model {} model ModelProperty {} model Interface {} model Enum {}