Skip to content

Commit c2dff09

Browse files
authored
Update GenerateOutputSchema.json (#29865)
* Update GenerateOutputSchema.json Sync the schema with the latest code.
1 parent b15ce34 commit c2dff09

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

documentation/sdkautomation/GenerateOutputSchema.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@
4646
"type": "string"
4747
}
4848
},
49+
"typespecProject": {
50+
// List of related typespec project of this package.
51+
"type": "array",
52+
"items": {
53+
"type": "string"
54+
}
55+
},
56+
"language": {
57+
"type": "string"
58+
},
59+
"apiViewArtifact": {
60+
"type": "string"
61+
},
4962
"changelog": {
5063
"type": "object",
5164
"properties": {
@@ -56,6 +69,13 @@
5669
"hasBreakingChange": {
5770
// Does the new package has breaking change
5871
"type": "boolean"
72+
},
73+
"breakingChangeItems": {
74+
// The breaking change details quote from the changelog
75+
"type": "array",
76+
"items": {
77+
"type": "string"
78+
}
5979
}
6080
},
6181
"required": [

0 commit comments

Comments
 (0)