Skip to content

Commit 63da192

Browse files
shanewxythxCode
authored andcommitted
chore: remove nullable
1 parent cfc1527 commit 63da192

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

schema.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ components:
1919
domain_suffix:
2020
description: |
2121
Specify the domain suffix of the CloudMap. The domain suffix must be a valid DNS name.
22-
nullable: true
2322
title: Domain Suffix
2423
type: string
2524
x-walrus-ui:
2625
order: 3
2726
kms_key_id:
2827
description: |
2928
Specify the KMS key ID which to encrypt the Redis data. If not specified, the Redis data will not be encrypted.
30-
nullable: true
3129
title: Kms Key Id
3230
type: string
3331
x-walrus-ui:
@@ -51,7 +49,6 @@ components:
5149
enum:
5250
- standalone
5351
- replication
54-
nullable: true
5552
x-walrus-ui:
5653
group: Basic
5754
order: 3
@@ -65,7 +62,6 @@ components:
6562
- 1
6663
- 3
6764
- 5
68-
nullable: true
6965
x-walrus-ui:
7066
group: Basic
7167
order: 4
@@ -79,7 +75,6 @@ components:
7975
enum:
8076
- "7.0"
8177
- "6.0"
82-
nullable: true
8378
x-walrus-ui:
8479
group: Basic
8580
order: 5
@@ -107,7 +102,6 @@ components:
107102
type: object
108103
x-walrus-ui:
109104
colSpan: 12
110-
nullable: true
111105
x-walrus-ui:
112106
colSpan: 12
113107
group: Basic
@@ -120,7 +114,6 @@ components:
120114
Specify the account password. If not specified, it will generate a random password. The password must be 16-32 characters long and start with any letter, number, or the following symbols: ! # $ % ^ & * ( ) _ + - =.
121115
If not specified, it will generate a random password.
122116
format: password
123-
nullable: true
124117
writeOnly: true
125118
minLength: 16
126119
maxLength: 32
@@ -134,13 +127,11 @@ components:
134127
Specify the computing resources.
135128
default:
136129
class: cache.t3.micro
137-
nullable: true
138130
properties:
139131
class:
140132
default: cache.t3.micro
141133
description: |
142134
Specify the computing resources. See https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html.
143-
nullable: true
144135
title: Class
145136
type: string
146137
x-walrus-ui:

0 commit comments

Comments
 (0)