@typespec/openapi3 0.54.0-dev.8 → 0.54.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ Specify that `oneOf` should be used instead of `anyOf` for that union.
103
103
 
104
104
  ##### Target
105
105
 
106
- `union Union | ModelProperty`
106
+ `Union | ModelProperty`
107
107
 
108
108
  ##### Parameters
109
109
 
@@ -119,10 +119,10 @@ Specify an external reference that should be used inside of emitting this type.
119
119
 
120
120
  ##### Target
121
121
 
122
- `union Model | ModelProperty`
122
+ `Model | ModelProperty`
123
123
 
124
124
  ##### Parameters
125
125
 
126
- | Name | Type | Description |
127
- | ---- | ----------------------- | -------------------------------------------------------------------- |
128
- | ref | `valueof scalar string` | External reference(e.g. "../../common.json#/components/schemas/Foo") |
126
+ | Name | Type | Description |
127
+ | ---- | ---------------- | -------------------------------------------------------------------- |
128
+ | ref | `valueof string` | External reference(e.g. "../../common.json#/components/schemas/Foo") |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/openapi3",
3
- "version": "0.54.0-dev.8",
3
+ "version": "0.54.0-dev.9",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec library for emitting OpenAPI 3.0 from the TypeSpec REST protocol binding",
6
6
  "homepage": "https://typespec.io",