You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/x-ms-examples.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ _This will keep the spec cleaner and easy to manage._
57
57
58
58
## Structure of the extension
59
59
-**How the extension would look in the swagger spec?**
60
-
- JSON schema for the extension can be found [here](https://github.com/Azure/autorest/blob/master/packages/libs/autorest-schemas/swagger-extensions.json#L1903-L1916).
60
+
- JSON schema for the extension can be found [here](https://github.com/Azure/autorest/blob/main/packages/libs/autorest-schemas/swagger-extensions.json#L1844-L1858).
61
61
```json5
62
62
{
63
63
"info": { ... },
@@ -79,7 +79,7 @@ _This will keep the spec cleaner and easy to manage._
79
79
}
80
80
```
81
81
-**Skeleton/Schema of the example provided in an individual example (json) file**
82
-
- The JSON schema for the content to be provided in the example file can be found [here](https://github.com/Azure/autorest/blob/master/packages/libs/autorest-schemas/example-schema.json).
82
+
- The JSON schema for the content to be provided in the example file can be found [here](https://github.com/Azure/autorest/blob/main/packages/libs/autorest-schemas/example-schema.json).
83
83
```json5
84
84
"x-ms-examples": {
85
85
"example-name": { //Name of the example/scenario. It is free-form text and should succinctly describe the scenario.
0 commit comments