-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathmetadata.json
33 lines (33 loc) · 1.25 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"title": ".NET: Schema and Contract testing for Event-Driven Architectures",
"description": "This pattern contains schema and contract tests to prevent event schema changes from breaking consumer applications",
"content_language": "English",
"language": ".NET",
"type": ["Schema","Contract"],
"diagram": "/img/contract_testing.png",
"pattern_source": "AWS",
"git_repo_url": "https://github.com/aws-samples/serverless-test-samples/tree/main/dotnet-test-samples/schema-and-contract-testing",
"services": ["Amazon EventBridge"],
"pattern_detail_tabs": [
{
"title": "Schema Test",
"filepath": "/tests/SchemaTesting.UnitTest/SchemaTests.cs"
},
{
"title": "Bash Script",
"filepath": "/tests/SchemaTesting.UnitTest/ContractTests.cs"
}
],
"authors": [
{
"name": "James Eastham",
"image": "/../img/authors/james-eastham.png",
"bio": "Senior Cloud Architect at AWS",
"linkedin": "james-eastham",
"twitter": "plantpowerjames"
}
],
"rootFolder": "dotnet-test-samples",
"folderName": "schema-and-contract-testing",
"path": "dotnet-test-samples/schema-and-contract-testing"
}