Skip to content

Commit bab6dc1

Browse files
chore: promote shipped APIs
1 parent 78475e3 commit bab6dc1

2 files changed

Lines changed: 75 additions & 75 deletions

File tree

src/Microsoft.OpenApi/PublicAPI.Shipped.txt

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,3 +2038,78 @@ Microsoft.OpenApi.JsonSchemaReference.Extensions.get -> System.Collections.Gener
20382038
Microsoft.OpenApi.JsonSchemaReference.Extensions.set -> void
20392039
Microsoft.OpenApi.OpenApiSchemaReference.Extensions.set -> void
20402040
override Microsoft.OpenApi.OpenApiSchemaReference.SerializeAsV32(Microsoft.OpenApi.IOpenApiWriter! writer) -> void
2041+
const Microsoft.OpenApi.OpenApiConstants.Contains = "contains" -> string!
2042+
const Microsoft.OpenApi.OpenApiConstants.MaxContains = "maxContains" -> string!
2043+
const Microsoft.OpenApi.OpenApiConstants.MinContains = "minContains" -> string!
2044+
const Microsoft.OpenApi.OpenApiConstants.Anchor = "$anchor" -> string!
2045+
const Microsoft.OpenApi.OpenApiConstants.AnchorExtension = "x-jsonschema-$anchor" -> string!
2046+
const Microsoft.OpenApi.OpenApiConstants.ContentEncoding = "contentEncoding" -> string!
2047+
const Microsoft.OpenApi.OpenApiConstants.ContentEncodingExtension = "x-jsonschema-contentEncoding" -> string!
2048+
const Microsoft.OpenApi.OpenApiConstants.ContentMediaType = "contentMediaType" -> string!
2049+
const Microsoft.OpenApi.OpenApiConstants.ContentMediaTypeExtension = "x-jsonschema-contentMediaType" -> string!
2050+
const Microsoft.OpenApi.OpenApiConstants.ContentSchema = "contentSchema" -> string!
2051+
const Microsoft.OpenApi.OpenApiConstants.ContentSchemaExtension = "x-jsonschema-contentSchema" -> string!
2052+
const Microsoft.OpenApi.OpenApiConstants.ContainsExtension = "x-jsonschema-contains" -> string!
2053+
const Microsoft.OpenApi.OpenApiConstants.DependentSchemas = "dependentSchemas" -> string!
2054+
const Microsoft.OpenApi.OpenApiConstants.DependentSchemasExtension = "x-jsonschema-dependentSchemas" -> string!
2055+
const Microsoft.OpenApi.OpenApiConstants.Else = "else" -> string!
2056+
const Microsoft.OpenApi.OpenApiConstants.ElseExtension = "x-jsonschema-else" -> string!
2057+
const Microsoft.OpenApi.OpenApiConstants.If = "if" -> string!
2058+
const Microsoft.OpenApi.OpenApiConstants.IfExtension = "x-jsonschema-if" -> string!
2059+
const Microsoft.OpenApi.OpenApiConstants.MaxContainsExtension = "x-jsonschema-maxContains" -> string!
2060+
const Microsoft.OpenApi.OpenApiConstants.MinContainsExtension = "x-jsonschema-minContains" -> string!
2061+
const Microsoft.OpenApi.OpenApiConstants.PropertyNames = "propertyNames" -> string!
2062+
const Microsoft.OpenApi.OpenApiConstants.PropertyNamesExtension = "x-jsonschema-propertyNames" -> string!
2063+
const Microsoft.OpenApi.OpenApiConstants.Then = "then" -> string!
2064+
const Microsoft.OpenApi.OpenApiConstants.ThenExtension = "x-jsonschema-then" -> string!
2065+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties
2066+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Anchor.get -> string?
2067+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentEncoding.get -> string?
2068+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentMediaType.get -> string?
2069+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
2070+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
2071+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
2072+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.If.get -> Microsoft.OpenApi.IOpenApiSchema?
2073+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
2074+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Then.get -> Microsoft.OpenApi.IOpenApiSchema?
2075+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.UnevaluatedProperties.get -> bool
2076+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.UnevaluatedPropertiesSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
2077+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
2078+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.MaxContains.get -> uint?
2079+
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.MinContains.get -> uint?
2080+
Microsoft.OpenApi.OpenApiSchema.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
2081+
Microsoft.OpenApi.OpenApiSchema.Contains.set -> void
2082+
Microsoft.OpenApi.OpenApiSchema.MaxContains.get -> uint?
2083+
Microsoft.OpenApi.OpenApiSchema.MaxContains.set -> void
2084+
Microsoft.OpenApi.OpenApiSchema.MinContains.get -> uint?
2085+
Microsoft.OpenApi.OpenApiSchema.MinContains.set -> void
2086+
Microsoft.OpenApi.OpenApiSchemaReference.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
2087+
Microsoft.OpenApi.OpenApiSchemaReference.MaxContains.get -> uint?
2088+
Microsoft.OpenApi.OpenApiSchemaReference.MinContains.get -> uint?
2089+
Microsoft.OpenApi.OpenApiSchema.Anchor.get -> string?
2090+
Microsoft.OpenApi.OpenApiSchema.Anchor.set -> void
2091+
Microsoft.OpenApi.OpenApiSchema.ContentEncoding.get -> string?
2092+
Microsoft.OpenApi.OpenApiSchema.ContentEncoding.set -> void
2093+
Microsoft.OpenApi.OpenApiSchema.ContentMediaType.get -> string?
2094+
Microsoft.OpenApi.OpenApiSchema.ContentMediaType.set -> void
2095+
Microsoft.OpenApi.OpenApiSchema.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
2096+
Microsoft.OpenApi.OpenApiSchema.ContentSchema.set -> void
2097+
Microsoft.OpenApi.OpenApiSchema.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
2098+
Microsoft.OpenApi.OpenApiSchema.DependentSchemas.set -> void
2099+
Microsoft.OpenApi.OpenApiSchema.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
2100+
Microsoft.OpenApi.OpenApiSchema.Else.set -> void
2101+
Microsoft.OpenApi.OpenApiSchema.If.get -> Microsoft.OpenApi.IOpenApiSchema?
2102+
Microsoft.OpenApi.OpenApiSchema.If.set -> void
2103+
Microsoft.OpenApi.OpenApiSchema.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
2104+
Microsoft.OpenApi.OpenApiSchema.PropertyNames.set -> void
2105+
Microsoft.OpenApi.OpenApiSchema.Then.get -> Microsoft.OpenApi.IOpenApiSchema?
2106+
Microsoft.OpenApi.OpenApiSchema.Then.set -> void
2107+
Microsoft.OpenApi.OpenApiSchemaReference.Anchor.get -> string?
2108+
Microsoft.OpenApi.OpenApiSchemaReference.ContentEncoding.get -> string?
2109+
Microsoft.OpenApi.OpenApiSchemaReference.ContentMediaType.get -> string?
2110+
Microsoft.OpenApi.OpenApiSchemaReference.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
2111+
Microsoft.OpenApi.OpenApiSchemaReference.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
2112+
Microsoft.OpenApi.OpenApiSchemaReference.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
2113+
Microsoft.OpenApi.OpenApiSchemaReference.If.get -> Microsoft.OpenApi.IOpenApiSchema?
2114+
Microsoft.OpenApi.OpenApiSchemaReference.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
2115+
Microsoft.OpenApi.OpenApiSchemaReference.Then.get -> Microsoft.OpenApi.IOpenApiSchema?
Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1 @@
11
#nullable enable
2-
const Microsoft.OpenApi.OpenApiConstants.Contains = "contains" -> string!
3-
const Microsoft.OpenApi.OpenApiConstants.MaxContains = "maxContains" -> string!
4-
const Microsoft.OpenApi.OpenApiConstants.MinContains = "minContains" -> string!
5-
const Microsoft.OpenApi.OpenApiConstants.Anchor = "$anchor" -> string!
6-
const Microsoft.OpenApi.OpenApiConstants.AnchorExtension = "x-jsonschema-$anchor" -> string!
7-
const Microsoft.OpenApi.OpenApiConstants.ContentEncoding = "contentEncoding" -> string!
8-
const Microsoft.OpenApi.OpenApiConstants.ContentEncodingExtension = "x-jsonschema-contentEncoding" -> string!
9-
const Microsoft.OpenApi.OpenApiConstants.ContentMediaType = "contentMediaType" -> string!
10-
const Microsoft.OpenApi.OpenApiConstants.ContentMediaTypeExtension = "x-jsonschema-contentMediaType" -> string!
11-
const Microsoft.OpenApi.OpenApiConstants.ContentSchema = "contentSchema" -> string!
12-
const Microsoft.OpenApi.OpenApiConstants.ContentSchemaExtension = "x-jsonschema-contentSchema" -> string!
13-
const Microsoft.OpenApi.OpenApiConstants.ContainsExtension = "x-jsonschema-contains" -> string!
14-
const Microsoft.OpenApi.OpenApiConstants.DependentSchemas = "dependentSchemas" -> string!
15-
const Microsoft.OpenApi.OpenApiConstants.DependentSchemasExtension = "x-jsonschema-dependentSchemas" -> string!
16-
const Microsoft.OpenApi.OpenApiConstants.Else = "else" -> string!
17-
const Microsoft.OpenApi.OpenApiConstants.ElseExtension = "x-jsonschema-else" -> string!
18-
const Microsoft.OpenApi.OpenApiConstants.If = "if" -> string!
19-
const Microsoft.OpenApi.OpenApiConstants.IfExtension = "x-jsonschema-if" -> string!
20-
const Microsoft.OpenApi.OpenApiConstants.MaxContainsExtension = "x-jsonschema-maxContains" -> string!
21-
const Microsoft.OpenApi.OpenApiConstants.MinContainsExtension = "x-jsonschema-minContains" -> string!
22-
const Microsoft.OpenApi.OpenApiConstants.PropertyNames = "propertyNames" -> string!
23-
const Microsoft.OpenApi.OpenApiConstants.PropertyNamesExtension = "x-jsonschema-propertyNames" -> string!
24-
const Microsoft.OpenApi.OpenApiConstants.Then = "then" -> string!
25-
const Microsoft.OpenApi.OpenApiConstants.ThenExtension = "x-jsonschema-then" -> string!
26-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties
27-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Anchor.get -> string?
28-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentEncoding.get -> string?
29-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentMediaType.get -> string?
30-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
31-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
32-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
33-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.If.get -> Microsoft.OpenApi.IOpenApiSchema?
34-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
35-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Then.get -> Microsoft.OpenApi.IOpenApiSchema?
36-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.UnevaluatedProperties.get -> bool
37-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.UnevaluatedPropertiesSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
38-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
39-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.MaxContains.get -> uint?
40-
Microsoft.OpenApi.IOpenApiSchemaMissingProperties.MinContains.get -> uint?
41-
Microsoft.OpenApi.OpenApiSchema.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
42-
Microsoft.OpenApi.OpenApiSchema.Contains.set -> void
43-
Microsoft.OpenApi.OpenApiSchema.MaxContains.get -> uint?
44-
Microsoft.OpenApi.OpenApiSchema.MaxContains.set -> void
45-
Microsoft.OpenApi.OpenApiSchema.MinContains.get -> uint?
46-
Microsoft.OpenApi.OpenApiSchema.MinContains.set -> void
47-
Microsoft.OpenApi.OpenApiSchemaReference.Contains.get -> Microsoft.OpenApi.IOpenApiSchema?
48-
Microsoft.OpenApi.OpenApiSchemaReference.MaxContains.get -> uint?
49-
Microsoft.OpenApi.OpenApiSchemaReference.MinContains.get -> uint?
50-
Microsoft.OpenApi.OpenApiSchema.Anchor.get -> string?
51-
Microsoft.OpenApi.OpenApiSchema.Anchor.set -> void
52-
Microsoft.OpenApi.OpenApiSchema.ContentEncoding.get -> string?
53-
Microsoft.OpenApi.OpenApiSchema.ContentEncoding.set -> void
54-
Microsoft.OpenApi.OpenApiSchema.ContentMediaType.get -> string?
55-
Microsoft.OpenApi.OpenApiSchema.ContentMediaType.set -> void
56-
Microsoft.OpenApi.OpenApiSchema.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
57-
Microsoft.OpenApi.OpenApiSchema.ContentSchema.set -> void
58-
Microsoft.OpenApi.OpenApiSchema.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
59-
Microsoft.OpenApi.OpenApiSchema.DependentSchemas.set -> void
60-
Microsoft.OpenApi.OpenApiSchema.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
61-
Microsoft.OpenApi.OpenApiSchema.Else.set -> void
62-
Microsoft.OpenApi.OpenApiSchema.If.get -> Microsoft.OpenApi.IOpenApiSchema?
63-
Microsoft.OpenApi.OpenApiSchema.If.set -> void
64-
Microsoft.OpenApi.OpenApiSchema.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
65-
Microsoft.OpenApi.OpenApiSchema.PropertyNames.set -> void
66-
Microsoft.OpenApi.OpenApiSchema.Then.get -> Microsoft.OpenApi.IOpenApiSchema?
67-
Microsoft.OpenApi.OpenApiSchema.Then.set -> void
68-
Microsoft.OpenApi.OpenApiSchemaReference.Anchor.get -> string?
69-
Microsoft.OpenApi.OpenApiSchemaReference.ContentEncoding.get -> string?
70-
Microsoft.OpenApi.OpenApiSchemaReference.ContentMediaType.get -> string?
71-
Microsoft.OpenApi.OpenApiSchemaReference.ContentSchema.get -> Microsoft.OpenApi.IOpenApiSchema?
72-
Microsoft.OpenApi.OpenApiSchemaReference.DependentSchemas.get -> System.Collections.Generic.IDictionary<string!, Microsoft.OpenApi.IOpenApiSchema!>?
73-
Microsoft.OpenApi.OpenApiSchemaReference.Else.get -> Microsoft.OpenApi.IOpenApiSchema?
74-
Microsoft.OpenApi.OpenApiSchemaReference.If.get -> Microsoft.OpenApi.IOpenApiSchema?
75-
Microsoft.OpenApi.OpenApiSchemaReference.PropertyNames.get -> Microsoft.OpenApi.IOpenApiSchema?
76-
Microsoft.OpenApi.OpenApiSchemaReference.Then.get -> Microsoft.OpenApi.IOpenApiSchema?

0 commit comments

Comments
 (0)