We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15ce34 commit c2dff09Copy full SHA for c2dff09
documentation/sdkautomation/GenerateOutputSchema.json
@@ -46,6 +46,19 @@
46
"type": "string"
47
}
48
},
49
+ "typespecProject": {
50
+ // List of related typespec project of this package.
51
+ "type": "array",
52
+ "items": {
53
+ "type": "string"
54
+ }
55
+ },
56
+ "language": {
57
58
59
+ "apiViewArtifact": {
60
61
62
"changelog": {
63
"type": "object",
64
"properties": {
@@ -56,6 +69,13 @@
69
"hasBreakingChange": {
70
// Does the new package has breaking change
71
"type": "boolean"
72
73
+ "breakingChangeItems": {
74
+ // The breaking change details quote from the changelog
75
76
77
78
79
80
81
"required": [
0 commit comments