mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
make supporting version for schema
This commit is contained in:
parent
4917a2cb00
commit
1665e6e71e
11 changed files with 48 additions and 14 deletions
|
@ -1,8 +1,8 @@
|
|||
class EppConstraint
|
||||
OBJECT_TYPES = {
|
||||
domain: [
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-ee') },
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-eis') },
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-ee', for_version: '1.1') },
|
||||
{ domain: Xsd::Schema.filename(for_prefix: 'domain-eis', for_version: '1.0') },
|
||||
],
|
||||
contact: { contact: Xsd::Schema.filename(for_prefix: 'contact-ee') },
|
||||
}.freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue