Skip to content

Commit

Permalink
Updating metaschema submodule to get latest model changes that allow …
Browse files Browse the repository at this point in the history
…any string to be used as a Metaschema property value. (#177)

* Updated metaschema submodule to get latest model changes.
* Allow any string to be used as a Metaschema property value.
  • Loading branch information
david-waltermire authored Oct 8, 2024
1 parent 6401200 commit b9588a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/metaschema
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class Property implements IBoundObject {
formalName = "Property Value",
name = "value",
required = true,
typeAdapter = TokenAdapter.class)
typeAdapter = StringAdapter.class)
private String _value;

public Property() {
Expand Down

0 comments on commit b9588a5

Please sign in to comment.