mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
fix subdomain name record schema validation
This commit is contained in:
@@ -384,7 +384,7 @@ NAMEOP_SCHEMA_PROPERTIES = {
|
||||
'last_renewed': OP_HISTORY_SCHEMA['properties']['last_renewed'],
|
||||
'name': {
|
||||
'type': 'string',
|
||||
'pattern': OP_NAME_PATTERN,
|
||||
'pattern': OP_NAME_OR_SUBDOMAIN_PATTERN,
|
||||
},
|
||||
'op': OP_HISTORY_SCHEMA['properties']['op'],
|
||||
'op_fee': OP_HISTORY_SCHEMA['properties']['op_fee'],
|
||||
|
||||
Reference in New Issue
Block a user