Skip to content

Commit

Permalink
Fix properties value type in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dulajdilshan committed Dec 6, 2024
1 parent af297d8 commit ab52daf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"label": "Type description",
"description": "Detailed description about the type"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "",
"optional": false,
"editable": true,
Expand All @@ -51,7 +51,7 @@
"label": "Is array type",
"description": "Is this type an array or list value"
},
"valueType": "IDENTIFIER",
"valueType": "FLAG",
"value": "false",
"optional": true,
"editable": true,
Expand All @@ -62,7 +62,7 @@
"label": "Size of the array",
"description": "Array dimensions"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "",
"optional": true,
"editable": true,
Expand Down Expand Up @@ -109,7 +109,7 @@
"label": "Type description",
"description": "Detailed description about the type"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "Person record\nUsed to represent person object",
"optional": false,
"editable": true,
Expand All @@ -120,7 +120,7 @@
"label": "Is array type",
"description": "Is this type an array or list value"
},
"valueType": "IDENTIFIER",
"valueType": "FLAG",
"value": "false",
"optional": true,
"editable": true,
Expand All @@ -131,7 +131,7 @@
"label": "Size of the array",
"description": "Array dimensions"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "",
"optional": true,
"editable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"label": "Type description",
"description": "Detailed description about the type"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "Person record\nUsed to represent person object",
"optional": false,
"editable": true,
Expand All @@ -54,7 +54,7 @@
"label": "Is array type",
"description": "Is this type an array or list value"
},
"valueType": "IDENTIFIER",
"valueType": "FLAG",
"value": "false",
"optional": true,
"editable": true,
Expand All @@ -65,7 +65,7 @@
"label": "Size of the array",
"description": "Array dimensions"
},
"valueType": "IDENTIFIER",
"valueType": "STRING",
"value": "",
"optional": true,
"editable": true,
Expand Down

0 comments on commit ab52daf

Please sign in to comment.