aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/mock-dmi-responses/bookStoreAWithModules_M1_M2_Response.json
blob: 9f20564f04c778cbda94b42651019ebacdb360c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"schemas": [
		{
			"moduleName": "M1",
			"revision": "2024-01-01"
		},
		{
			"moduleName": "M2",
			"revision": "2024-01-02"
		}
	]
}