Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ spec:
base64data:
type: string
description: Base64 binary representation of the icon image
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
mediatype:
type: string
description: Mediatype for the binary data specified in the base64data property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ spec:
base64data:
type: string
description: Base64 binary representation of the icon image
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
mediatype:
type: string
description: Mediatype for the binary data specified in the base64data property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ spec:
base64data:
type: string
description: Base64 binary representation of the icon image
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
mediatype:
type: string
description: Mediatype for the binary data specified in the base64data property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ spec:
base64data:
type: string
description: Base64 binary representation of the icon image
pattern: ^(?:[A-Za-z0-9+/]{4}){0,16250}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
mediatype:
type: string
description: Mediatype for the binary data specified in the base64data property
Expand Down
Loading