File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
services/static-webserver/client/source/resource/schemas Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 {
2222 "type" : " object" ,
2323 "properties" : {
24- "resourceType" : { "const " : " study" },
24+ "resourceType" : { "enum " : [ " study" ] },
2525 "title" : { "type" : " string" },
2626 "icon" : { "type" : " string" },
2727 "newStudyLabel" : { "type" : " string" },
3232 {
3333 "type" : " object" ,
3434 "properties" : {
35- "resourceType" : { "const " : " template" },
35+ "resourceType" : { "enum " : [ " template" ] },
3636 "expectedTemplateLabel" : { "type" : " string" },
3737 "title" : { "type" : " string" },
3838 "icon" : { "type" : " string" },
4545 {
4646 "type" : " object" ,
4747 "properties" : {
48- "resourceType" : { "const " : " service" },
48+ "resourceType" : { "enum " : [ " service" ] },
4949 "expectedKey" : { "type" : " string" },
5050 "title" : { "type" : " string" },
5151 "icon" : { "type" : " string" },
6060 "properties" : {
6161 "showDisabled" : {
6262 "type" : " boolean" ,
63- "const " : true
63+ "enum " : [ true ]
6464 },
6565 "title" : { "type" : " string" },
6666 "icon" : { "type" : " string" },
You can’t perform that action at this time.
0 commit comments