mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
53 lines
979 B
JSON
53 lines
979 B
JSON
[
|
|
{
|
|
"SubjectId": "1",
|
|
"Username": "test-user",
|
|
"Password": "password",
|
|
"Claims": [
|
|
{
|
|
"Type": "name",
|
|
"Value": "Sam Tailor",
|
|
"ValueType": "string"
|
|
},
|
|
{
|
|
"Type": "email",
|
|
"Value": "sam.tailor@gmail.com",
|
|
"ValueType": "string"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"SubjectId": "2",
|
|
"Username": "test-user-2",
|
|
"Password": "password",
|
|
"Claims": [
|
|
{
|
|
"Type": "name",
|
|
"Value": "Tom Sailor",
|
|
"ValueType": "string"
|
|
},
|
|
{
|
|
"Type": "email",
|
|
"Value": "tom.sailor@gmail.com",
|
|
"ValueType": "string"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"SubjectId": "3",
|
|
"Username": "test-user-3",
|
|
"Password": "password",
|
|
"Claims": [
|
|
{
|
|
"Type": "name",
|
|
"Value": "Hive Bro",
|
|
"ValueType": "string"
|
|
},
|
|
{
|
|
"Type": "email",
|
|
"Value": "hive.bro@buzzcheck.dev",
|
|
"ValueType": "string"
|
|
}
|
|
]
|
|
}
|
|
]
|