mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
109 lines
2.2 KiB
YAML
109 lines
2.2 KiB
YAML
john:
|
|
name: John
|
|
email: john@inbox.test
|
|
email_history: john@inbox.test
|
|
phone: '+555.555'
|
|
ident: 1234
|
|
ident_type: priv
|
|
ident_country_code: US
|
|
registrar: bestnames
|
|
code: john-001
|
|
auth_info: cacb5b
|
|
statuses:
|
|
- ok
|
|
- linked
|
|
uuid: eb2f2766-b44c-4e14-9f16-32ab1a7cb957
|
|
created_at: <%= Time.zone.parse('2010-07-05') %>
|
|
updated_at: <%= Time.zone.parse('2010-07-06') %>
|
|
|
|
william: &william
|
|
name: William
|
|
email: william@inbox.test
|
|
email_history: william@inbox.test
|
|
phone: '+555.555'
|
|
fax: '+666.6'
|
|
ident: 12345
|
|
ident_type: priv
|
|
ident_country_code: US
|
|
registrar: bestnames
|
|
code: william-001
|
|
auth_info: 6573d0
|
|
street: Main Street
|
|
zip: 12345
|
|
city: New York
|
|
state: New York State
|
|
country_code: US
|
|
statuses:
|
|
- ok
|
|
uuid: 0aa54704-d6f7-4ca9-b8ca-2827d9a4e4eb
|
|
|
|
jane:
|
|
name: Jane
|
|
email: jane@mail.test
|
|
phone: '+555.555'
|
|
ident: 123456
|
|
ident_type: priv
|
|
ident_country_code: US
|
|
registrar: bestnames
|
|
code: jane-001
|
|
auth_info: 0aa09f
|
|
uuid: 9db3de62-2414-4487-bee2-d5c155567768
|
|
|
|
acme_ltd:
|
|
name: Acme Ltd
|
|
email: acme@outlook.test
|
|
phone: '+555.555'
|
|
ident: 1234567
|
|
ident_type: org
|
|
registrar: bestnames
|
|
ident_country_code: US
|
|
code: acme-ltd-001
|
|
auth_info: 720b3c
|
|
uuid: f1dd365c-5be9-4b3d-a44e-3fa002465e4d
|
|
|
|
jack:
|
|
name: Jack
|
|
email: jack@inbox.test
|
|
phone: '+555.555'
|
|
ident: 12345678
|
|
ident_type: org
|
|
registrar: goodnames
|
|
ident_country_code: US
|
|
code: jack-001
|
|
auth_info: e2c440
|
|
uuid: 28b65455-6f1a-49fd-961c-0758886dbd75
|
|
|
|
identical_to_william:
|
|
<<: *william
|
|
registrar: goodnames
|
|
code: william-002
|
|
auth_info: 5ab865
|
|
uuid: c0a191d5-3793-4f0b-8f85-491612d0293e
|
|
|
|
registrar_ltd:
|
|
name: Registrar Ltd
|
|
email: registrar@inbox.test
|
|
phone: '+555.555'
|
|
ident: 1234567890
|
|
ident_type: org
|
|
registrar: goodnames
|
|
ident_country_code: US
|
|
code: registrarltd-001
|
|
auth_info: e2c441
|
|
uuid: 28b65455-6f1a-49fd-961c-0758886dbd76
|
|
|
|
invalid:
|
|
name: any
|
|
code: invalid
|
|
email: invalid@invalid.test
|
|
auth_info: any
|
|
registrar: bestnames
|
|
uuid: bd80c0f9-26ee-49e0-a2cb-2311d931c433
|
|
|
|
invalid_email:
|
|
name: any
|
|
code: invalid_email
|
|
email: invalid@invalid.
|
|
auth_info: any
|
|
registrar: bestnames
|
|
uuid: fa8c4f51-a221-4628-b3c6-47995f4edea3
|