Fix dns recordset schema
zone_name is a readOnly param and is not a uuid Change-Id: If9a21d32ce431754a683c10e3e059def4bb3d9ba
This commit is contained in:
@@ -451,7 +451,7 @@ RECORDSET_SCHEMA: dict[str, Any] = {
|
|||||||
},
|
},
|
||||||
"zone_name": {
|
"zone_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "uuid",
|
"readOnly": True,
|
||||||
"description": "The name of the zone that contains this recordset",
|
"description": "The name of the zone that contains this recordset",
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
|||||||
Reference in New Issue
Block a user