File tree Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Original file line number Diff line number Diff line change 285
285
"properties" : {
286
286
"rrSets" : {
287
287
"items" : {
288
- "$ref" : " #/components/schemas/RecordDataExchange "
288
+ "$ref" : " #/components/schemas/zone_models.ImportRecordModel "
289
289
},
290
290
"type" : " array"
291
291
}
1083
1083
" zone"
1084
1084
],
1085
1085
"type" : " object"
1086
+ },
1087
+ "zone_models.ImportRecordModel" : {
1088
+ "properties" : {
1089
+ "comment" : {
1090
+ "example" : " comment" ,
1091
+ "type" : " string"
1092
+ },
1093
+ "content" : {
1094
+ "example" : [
1095
+ " 1.2.3.4"
1096
+ ],
1097
+ "items" : {
1098
+ "type" : " string"
1099
+ },
1100
+ "type" : " array"
1101
+ },
1102
+ "name" : {
1103
+ "example" : " example.com" ,
1104
+ "type" : " string"
1105
+ },
1106
+ "ttl" : {
1107
+ "example" : 3600 ,
1108
+ "type" : " integer"
1109
+ },
1110
+ "type" : {
1111
+ "example" : " A" ,
1112
+ "type" : " string"
1113
+ }
1114
+ },
1115
+ "type" : " object"
1116
+ },
1117
+ "zone_models.ImportZoneJson" : {
1118
+ "properties" : {
1119
+ "rrSets" : {
1120
+ "items" : {
1121
+ "$ref" : " #/components/schemas/zone_models.ImportRecordModel"
1122
+ },
1123
+ "type" : " array"
1124
+ }
1125
+ },
1126
+ "type" : " object"
1086
1127
}
1087
1128
}
1088
1129
},
2183
2224
},
2184
2225
"text/csv" : {
2185
2226
"schema" : {
2186
- "$ref" : " #/components/schemas/ZoneDataExchange "
2227
+ "$ref" : " #/components/schemas/zone_models.ImportZoneJson "
2187
2228
}
2188
2229
},
2189
2230
"text/plain" : {
2190
2231
"schema" : {
2191
- "$ref" : " #/components/schemas/ZoneDataExchange "
2232
+ "$ref" : " #/components/schemas/zone_models.ImportZoneJson "
2192
2233
}
2193
2234
}
2194
2235
},
You can’t perform that action at this time.
0 commit comments