Skip to content

Commit

Permalink
Fix schema for replaceableClass in getModelInstance (#10429)
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Mar 22, 2023
1 parent b15dde7 commit 3347ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/instanceAPI/getModelInstance.schema.json
Expand Up @@ -322,6 +322,10 @@
"description": "Modifier from the SCode (on short class definitions or class extends)",
"$ref": "#/definitions/scodeModifier"
},
"annotation": {
"description": "The annotation on the replaceble class definition",
"$ref": "#/definitions/annotation"
},
"source": {
"$ref": "#/definitions/source"
}
Expand Down

0 comments on commit 3347ee4

Please sign in to comment.