Skip to content

Commit b995ced

Browse files
shanewxythxCode
authored andcommitted
chore: remove nullable
1 parent a7955c6 commit b995ced

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

schema.yaml

Lines changed: 0 additions & 15 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 PostgreSQL data. If not specified, the PostgreSQL data will not be encrypted.
30-
nullable: true
3129
title: Kms Key Id
3230
type: string
3331
x-walrus-ui:
@@ -36,7 +34,6 @@ components:
3634
default: false
3735
description: |
3836
Specify whether to enable public access. If enabled, the PostgreSQL service can be accessed from the public network.
39-
nullable: true
4037
title: Publicly Accessible
4138
type: boolean
4239
x-walrus-ui:
@@ -61,7 +58,6 @@ components:
6158
enum:
6259
- standalone
6360
- replication
64-
nullable: true
6561
x-walrus-ui:
6662
group: Basic
6763
order: 3
@@ -75,7 +71,6 @@ components:
7571
- 1
7672
- 3
7773
- 5
78-
nullable: true
7974
x-walrus-ui:
8075
group: Basic
8176
order: 4
@@ -90,7 +85,6 @@ components:
9085
- "15.0"
9186
- "14.0"
9287
- "13.0"
93-
nullable: true
9488
x-walrus-ui:
9589
group: Basic
9690
order: 5
@@ -118,7 +112,6 @@ components:
118112
type: object
119113
x-walrus-ui:
120114
colSpan: 12
121-
nullable: true
122115
x-walrus-ui:
123116
colSpan: 12
124117
group: Basic
@@ -131,7 +124,6 @@ components:
131124
Specify the database name. The database name must be 2-64 characters long and start with any lower letter, combined with number, or symbols: - _.
132125
The database name cannot be PostgreSQL forbidden keyword.
133126
default: mydb
134-
nullable: true
135127
minLength: 2
136128
maxLength: 64
137129
x-walrus-ui:
@@ -144,7 +136,6 @@ components:
144136
Specify the account username. The username must be 2-16 characters long and start with lower letter, combined with number, or symbol: _.
145137
The username cannot be PostgreSQL forbidden keyword and postgres.
146138
default: rdsuser
147-
nullable: true
148139
minLength: 2
149140
maxLength: 16
150141
x-walrus-ui:
@@ -158,7 +149,6 @@ components:
158149
If not specified, it will generate a random password.
159150
See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints.
160151
format: password
161-
nullable: true
162152
writeOnly: true
163153
minLength: 8
164154
maxLength: 32
@@ -172,13 +162,11 @@ components:
172162
Specify the computing resources.
173163
default:
174164
class: db.t3.medium
175-
nullable: true
176165
properties:
177166
class:
178167
default: db.t3.medium
179168
description: |
180169
Specify the computing resources. See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Summary.
181-
nullable: true
182170
title: Class
183171
type: string
184172
x-walrus-ui:
@@ -195,13 +183,11 @@ components:
195183
default:
196184
class: gp2
197185
size: 20480
198-
nullable: true
199186
properties:
200187
class:
201188
default: gp2
202189
description: |
203190
Specify the storage class. See https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html.
204-
nullable: true
205191
title: Class
206192
type: string
207193
x-walrus-ui:
@@ -211,7 +197,6 @@ components:
211197
description: |
212198
Specify the storage size. Unit is megabyte.
213199
minimum: 20480
214-
nullable: true
215200
title: Size(MiB)
216201
type: number
217202
x-walrus-ui:

0 commit comments

Comments
 (0)