1{
2    "domain": "GenericTypes",
3    "description": "Exposes generic types to be used by any domain.",
4    "types": [
5        {
6            "id": "SearchMatch",
7            "type": "object",
8            "description": "Search match in a resource.",
9            "properties": [
10                { "name": "lineNumber", "type": "number", "description": "Line number in resource content." },
11                { "name": "lineContent", "type": "string", "description": "Line with match content." }
12            ]
13        }
14    ]
15}
16