Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/samples-dotnet10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
fail-fast: false
matrix:
sample:
- samples/client/petstore/csharp/generichost/latest/AnnotatedEnum
- samples/client/petstore/csharp/generichost/latest/ComposedEnum
- samples/client/petstore/csharp/generichost/latest/InlineEnumAnyOf
- samples/client/petstore/csharp/generichost/latest/Tags
Expand Down
10 changes: 0 additions & 10 deletions bin/configs/csharp-generichost-latest-annotatedEnum.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ components:
- AM
- AN
type: string
TypeIntegerWithOneOf:
type: integer
oneOf:
- title: ITEM A
description: This permission is for item A.
const: 1
deprecated: true
- title: ITEM B
description: This permission is for item B.
const: 2
- title: ITEM C
description: This permission is for item C.
const: 4
format: int32

This file was deleted.

Loading
Loading