Skip to content

Commit 59cea7a

Browse files
committed
Updated API from documentation release
1 parent 0f1227c commit 59cea7a

File tree

9 files changed

+1167
-0
lines changed

9 files changed

+1167
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
package:
2+
type: string
3+
allowedTargets: TypeDeclaration
4+
sdkBaseUri:
5+
allowedTargets:
6+
- API
7+
type: string
8+
beta:
9+
type: boolean
10+
products:
11+
allowedTargets:
12+
- API
13+
type: array
14+
items:
15+
type: string
16+
17+
methodName:
18+
type: string
19+
asMap:
20+
type: object
21+
properties:
22+
key: string
23+
value: string
24+
25+
deprecated:
26+
type: boolean
27+
allowedTargets: TypeDeclaration
28+
markDeprecated:
29+
type: boolean
30+
allowedTargets: TypeDeclaration
31+
32+
docsBaseUri:
33+
allowedTargets:
34+
- API
35+
type: string
36+
docsBaseUriParameters:
37+
allowedTargets:
38+
- API
39+
type: object
40+
enumDescriptions:
41+
description: |
42+
Describes the values of an enum type.
43+
type: object
44+
properties:
45+
//:
46+
description: |
47+
Adds a description for the enum value given by the key.
48+
enumGroups:
49+
description: |
50+
Groups the values of an enum type.
51+
type: object
52+
properties:
53+
//:
54+
description: |
55+
Specifies the group for the enum value given by the key.
56+
ignoreValidators:
57+
type: string[]
58+
allowedTargets: TypeDeclaration
59+
60+
uniqueProperty:
61+
type: string
62+
allowedTargets: TypeDeclaration

0 commit comments

Comments
 (0)