File tree Expand file tree Collapse file tree 5 files changed +46
-8
lines changed
schema-transformation-rules/devworkspace Expand file tree Collapse file tree 5 files changed +46
-8
lines changed Original file line number Diff line number Diff line change 23
23
"op" : " add" ,
24
24
"path" : " /properties/spec/properties/components/items/properties/openshift/properties/endpoints/items/required/-" ,
25
25
"value" : " targetPort"
26
+ },
27
+ {
28
+ "op" : " add" ,
29
+ "path" : " /properties/spec/properties/projects/items/properties/git/required" ,
30
+ "value" : [
31
+ " remotes"
32
+ ]
33
+ },
34
+ {
35
+ "op" : " add" ,
36
+ "path" : " /properties/spec/properties/projects/items/properties/github/required" ,
37
+ "value" : [
38
+ " remotes"
39
+ ]
26
40
}
27
41
]
Original file line number Diff line number Diff line change 3574
3574
},
3575
3575
"type" : " object" ,
3576
3576
"markdownDescription" : " Project's Git source" ,
3577
- "additionalProperties" : false
3577
+ "additionalProperties" : false ,
3578
+ "required" : [
3579
+ " remotes"
3580
+ ]
3578
3581
},
3579
3582
"github" : {
3580
3583
"description" : " Project's GitHub source" ,
3613
3616
},
3614
3617
"type" : " object" ,
3615
3618
"markdownDescription" : " Project's GitHub source" ,
3616
- "additionalProperties" : false
3619
+ "additionalProperties" : false ,
3620
+ "required" : [
3621
+ " remotes"
3622
+ ]
3617
3623
},
3618
3624
"name" : {
3619
3625
"description" : " Project name" ,
Original file line number Diff line number Diff line change 3973
3973
},
3974
3974
"type" : " object" ,
3975
3975
"markdownDescription" : " Project's Git source" ,
3976
- "additionalProperties" : false
3976
+ "additionalProperties" : false ,
3977
+ "required" : [
3978
+ " remotes"
3979
+ ]
3977
3980
},
3978
3981
"github" : {
3979
3982
"description" : " Project's GitHub source" ,
4012
4015
},
4013
4016
"type" : " object" ,
4014
4017
"markdownDescription" : " Project's GitHub source" ,
4015
- "additionalProperties" : false
4018
+ "additionalProperties" : false ,
4019
+ "required" : [
4020
+ " remotes"
4021
+ ]
4016
4022
},
4017
4023
"name" : {
4018
4024
"description" : " Project name" ,
Original file line number Diff line number Diff line change 3990
3990
},
3991
3991
"type" : " object" ,
3992
3992
"markdownDescription" : " Project's Git source" ,
3993
- "additionalProperties" : false
3993
+ "additionalProperties" : false ,
3994
+ "required" : [
3995
+ " remotes"
3996
+ ]
3994
3997
},
3995
3998
"github" : {
3996
3999
"description" : " Project's GitHub source" ,
4029
4032
},
4030
4033
"type" : " object" ,
4031
4034
"markdownDescription" : " Project's GitHub source" ,
4032
- "additionalProperties" : false
4035
+ "additionalProperties" : false ,
4036
+ "required" : [
4037
+ " remotes"
4038
+ ]
4033
4039
},
4034
4040
"name" : {
4035
4041
"description" : " Project name" ,
Original file line number Diff line number Diff line change 3999
3999
},
4000
4000
"type" : " object" ,
4001
4001
"markdownDescription" : " Project's Git source" ,
4002
- "additionalProperties" : false
4002
+ "additionalProperties" : false ,
4003
+ "required" : [
4004
+ " remotes"
4005
+ ]
4003
4006
},
4004
4007
"github" : {
4005
4008
"description" : " Project's GitHub source" ,
4038
4041
},
4039
4042
"type" : " object" ,
4040
4043
"markdownDescription" : " Project's GitHub source" ,
4041
- "additionalProperties" : false
4044
+ "additionalProperties" : false ,
4045
+ "required" : [
4046
+ " remotes"
4047
+ ]
4042
4048
},
4043
4049
"name" : {
4044
4050
"description" : " Project name" ,
You can’t perform that action at this time.
0 commit comments