-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.json
More file actions
47 lines (47 loc) · 1.32 KB
/
post.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"breaking_changes": [
{
"change_id": "bc-001",
"type": "request-parameter-removed",
"path": "/payments/{id}",
"method": "GET",
"parameter": "include_metadata",
"description": "Query parameter 'include_metadata' was removed",
"severity": "breaking"
},
{
"change_id": "bc-002",
"type": "response-property-type-changed",
"path": "/payments",
"method": "POST",
"property": "amount",
"old_type": "integer",
"new_type": "number",
"description": "Response property 'amount' changed from integer to number",
"severity": "breaking"
},
{
"change_id": "bc-003",
"type": "required-request-property-added",
"path": "/payments",
"method": "POST",
"property": "idempotency_key",
"description": "New required request body property 'idempotency_key' added",
"severity": "breaking"
}
],
"non_breaking_changes": [
{
"change_id": "nbc-001",
"type": "response-property-added",
"path": "/payments/{id}",
"method": "GET",
"property": "created_by",
"description": "Optional response property 'created_by' added"
}
],
"spec_path": "apis/payments-api/openapi.yaml",
"total_breaking": 3,
"total_non_breaking": 1,
"analyzed_at": "2026-03-24T10:11:00Z"
}