File tree Expand file tree Collapse file tree 5 files changed +90
-80
lines changed Expand file tree Collapse file tree 5 files changed +90
-80
lines changed Original file line number Diff line number Diff line change @@ -112,22 +112,24 @@ spec:
112
112
icon :
113
113
type : array
114
114
description : Icon which should be rendered with the application information
115
- required :
116
- - base64data
117
- - mediatype
118
- properties :
119
- base64data :
120
- type : string
121
- description : Base64 binary representation of the icon image
122
- pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
123
- mediatype :
124
- type : string
125
- description : Mediatype for the binary data specified in the base64data property
126
- enum :
127
- - image/gif
128
- - image/jpeg
129
- - image/png
130
- - image/svg+xml
115
+ items :
116
+ type : object
117
+ required :
118
+ - base64data
119
+ - mediatype
120
+ properties :
121
+ base64data :
122
+ type : string
123
+ description : Base64 binary representation of the icon image
124
+ pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125
+ mediatype :
126
+ type : string
127
+ description : Mediatype for the binary data specified in the base64data property
128
+ enum :
129
+ - image/gif
130
+ - image/jpeg
131
+ - image/png
132
+ - image/svg+xml
131
133
version :
132
134
type : string
133
135
description : Version string, recommended that users use semantic versioning
Original file line number Diff line number Diff line change @@ -114,22 +114,24 @@ spec:
114
114
icon :
115
115
type : array
116
116
description : Icon which should be rendered with the application information
117
- required :
118
- - base64data
119
- - mediatype
120
- properties :
121
- base64data :
122
- type : string
123
- description : Base64 binary representation of the icon image
124
- pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125
- mediatype :
126
- type : string
127
- description : Mediatype for the binary data specified in the base64data property
128
- enum :
129
- - image/gif
130
- - image/jpeg
131
- - image/png
132
- - image/svg+xml
117
+ items :
118
+ type : object
119
+ required :
120
+ - base64data
121
+ - mediatype
122
+ properties :
123
+ base64data :
124
+ type : string
125
+ description : Base64 binary representation of the icon image
126
+ pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127
+ mediatype :
128
+ type : string
129
+ description : Mediatype for the binary data specified in the base64data property
130
+ enum :
131
+ - image/gif
132
+ - image/jpeg
133
+ - image/png
134
+ - image/svg+xml
133
135
version :
134
136
type : string
135
137
description : Version string, recommended that users use semantic versioning
Original file line number Diff line number Diff line change @@ -114,22 +114,24 @@ spec:
114
114
icon :
115
115
type : array
116
116
description : Icon which should be rendered with the application information
117
- required :
118
- - base64data
119
- - mediatype
120
- properties :
121
- base64data :
122
- type : string
123
- description : Base64 binary representation of the icon image
124
- pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125
- mediatype :
126
- type : string
127
- description : Mediatype for the binary data specified in the base64data property
128
- enum :
129
- - image/gif
130
- - image/jpeg
131
- - image/png
132
- - image/svg+xml
117
+ items :
118
+ type : object
119
+ required :
120
+ - base64data
121
+ - mediatype
122
+ properties :
123
+ base64data :
124
+ type : string
125
+ description : Base64 binary representation of the icon image
126
+ pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127
+ mediatype :
128
+ type : string
129
+ description : Mediatype for the binary data specified in the base64data property
130
+ enum :
131
+ - image/gif
132
+ - image/jpeg
133
+ - image/png
134
+ - image/svg+xml
133
135
version :
134
136
type : string
135
137
description : Version string, recommended that users use semantic versioning
Original file line number Diff line number Diff line change @@ -114,22 +114,24 @@ spec:
114
114
icon :
115
115
type : array
116
116
description : Icon which should be rendered with the application information
117
- required :
118
- - base64data
119
- - mediatype
120
- properties :
121
- base64data :
122
- type : string
123
- description : Base64 binary representation of the icon image
124
- pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125
- mediatype :
126
- type : string
127
- description : Mediatype for the binary data specified in the base64data property
128
- enum :
129
- - image/gif
130
- - image/jpeg
131
- - image/png
132
- - image/svg+xml
117
+ items :
118
+ type : object
119
+ required :
120
+ - base64data
121
+ - mediatype
122
+ properties :
123
+ base64data :
124
+ type : string
125
+ description : Base64 binary representation of the icon image
126
+ pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
127
+ mediatype :
128
+ type : string
129
+ description : Mediatype for the binary data specified in the base64data property
130
+ enum :
131
+ - image/gif
132
+ - image/jpeg
133
+ - image/png
134
+ - image/svg+xml
133
135
version :
134
136
type : string
135
137
description : Version string, recommended that users use semantic versioning
Original file line number Diff line number Diff line change @@ -112,22 +112,24 @@ spec:
112
112
icon :
113
113
type : array
114
114
description : Icon which should be rendered with the application information
115
- required :
116
- - base64data
117
- - mediatype
118
- properties :
119
- base64data :
120
- type : string
121
- description : Base64 binary representation of the icon image
122
- pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
123
- mediatype :
124
- type : string
125
- description : Mediatype for the binary data specified in the base64data property
126
- enum :
127
- - image/gif
128
- - image/jpeg
129
- - image/png
130
- - image/svg+xml
115
+ items :
116
+ type : object
117
+ required :
118
+ - base64data
119
+ - mediatype
120
+ properties :
121
+ base64data :
122
+ type : string
123
+ description : Base64 binary representation of the icon image
124
+ pattern : ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
125
+ mediatype :
126
+ type : string
127
+ description : Mediatype for the binary data specified in the base64data property
128
+ enum :
129
+ - image/gif
130
+ - image/jpeg
131
+ - image/png
132
+ - image/svg+xml
131
133
version :
132
134
type : string
133
135
description : Version string, recommended that users use semantic versioning
You can’t perform that action at this time.
0 commit comments