-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathData.yaml
More file actions
18 lines (18 loc) · 809 Bytes
/
Copy pathData.yaml
File metadata and controls
18 lines (18 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test:
- $Gender:
- F: Female
- M: Male
- O: Other
- Contact:
- { ContactId: 1, ContactType: E, Gender: M, Name: Bob, DateOfBirth: 2001-10-22, Addresses: [ { ContactAddressId: 10, Street: "1 Main Street" } ] }
- { ContactId: 2, ContactType: I, Name: ^jane_name, Phone: 1234, Addresses: [ { ContactAddressId: 20, ContactId: 2, Street: "1 Main Street" } ] }
- ^Person:
- { PersonId: ^88, Name: '^(DbEx.Test.Console.RuntimeValues.Name, DbEx.Test.Console)' }
- { Name: '^(DefaultName)', AddressJson: { Street: "Main St", City: Maine }, NicknamesJson: ["Gaz", "Baz"] }
- $Gender:
- X: Not specified
- $Status:
- { Code: A, Text: Active, TenantId: ^88 }
- { Code: I, Text: Inactive, TenantId: ^88 }
- { Code: A, Text: Active, TenantId: ^99 }
- { Code: I, Text: Inactive, TenantId: ^99 }