1{
2    "$id": "cper-json-ampere-section",
3    "$schema": "https://json-schema.org/draft/2020-12/schema",
4    "type": "object",
5    "required": ["typeId", "subTypeId", "instanceId"],
6    "additionalProperties": false,
7    "properties": {
8        "typeId": {
9            "type": "integer"
10        },
11        "subTypeId": {
12            "type": "integer"
13        },
14        "instanceId": {
15            "type": "integer"
16        }
17    }
18}
19