Skip to content

Commit 4505088

Browse files
committed
merge master
2 parents 29ed186 + 3ee7886 commit 4505088

File tree

96 files changed

+0
-24972
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+0
-24972
lines changed

modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,108 +2836,6 @@ components:
28362836
properties:
28372837
id:
28382838
type: string
2839-
# this class ensures that the CodegenProperties are sorted correctly
2840-
# https://github.com/OpenAPITools/openapi-generator/issues/18607
2841-
MixLog:
2842-
type: object
2843-
properties:
2844-
id:
2845-
$ref: '#/components/schemas/uuid'
2846-
description:
2847-
type: string
2848-
mixDate:
2849-
type: string
2850-
format: date-time
2851-
shopId:
2852-
$ref: '#/components/schemas/uuid'
2853-
totalPrice:
2854-
type: number
2855-
format: float
2856-
nullable: true
2857-
totalRecalculations:
2858-
type: integer
2859-
format: int32
2860-
totalOverPoors:
2861-
type: integer
2862-
format: int32
2863-
totalSkips:
2864-
type: integer
2865-
format: int32
2866-
totalUnderPours:
2867-
type: integer
2868-
format: int32
2869-
formulaVersionDate:
2870-
type: string
2871-
format: date-time
2872-
someCode:
2873-
type: string
2874-
nullable: true
2875-
description: SomeCode is only required for color mixes
2876-
batchNumber:
2877-
type: string
2878-
brandCode:
2879-
type: string
2880-
description: BrandCode is only required for non-color mixes
2881-
brandId:
2882-
type: string
2883-
description: BrandId is only required for color mixes
2884-
brandName:
2885-
type: string
2886-
description: BrandName is only required for color mixes
2887-
categoryCode:
2888-
type: string
2889-
description: CategoryCode is not used anymore
2890-
color:
2891-
type: string
2892-
description: Color is only required for color mixes
2893-
colorDescription:
2894-
type: string
2895-
comment:
2896-
type: string
2897-
commercialProductCode:
2898-
type: string
2899-
productLineCode:
2900-
type: string
2901-
description: ProductLineCode is only required for color mixes
2902-
country:
2903-
type: string
2904-
createdBy:
2905-
type: string
2906-
createdByFirstName:
2907-
type: string
2908-
createdByLastName:
2909-
type: string
2910-
deltaECalculationRepaired:
2911-
type: string
2912-
deltaECalculationSprayout:
2913-
type: string
2914-
ownColorVariantNumber:
2915-
nullable: true
2916-
type: integer
2917-
format: int32
2918-
primerProductId:
2919-
type: string
2920-
productId:
2921-
type: string
2922-
description: ProductId is only required for color mixes
2923-
productName:
2924-
type: string
2925-
description: ProductName is only required for color mixes
2926-
selectedVersionIndex:
2927-
type: integer
2928-
format: int32
2929-
required:
2930-
- id
2931-
- description
2932-
- mixDate
2933-
- totalRecalculations
2934-
- totalOverPoors
2935-
- totalSkips
2936-
- totalUnderPours
2937-
- formulaVersionDate
2938-
uuid:
2939-
type: string
2940-
format: uuid
29412839
Descendant1:
29422840
allOf:
29432841
- $ref: "#/components/schemas/TestDescendants"

samples/client/petstore/csharp/generichost/net4.7/FormModels/.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ docs/models/LiteralStringClass.md
6666
docs/models/Mammal.md
6767
docs/models/MapTest.md
6868
docs/models/MapTestMapOfEnumStringValue.md
69-
docs/models/MixLog.md
7069
docs/models/MixedAnyOf.md
7170
docs/models/MixedAnyOfContent.md
7271
docs/models/MixedOneOf.md
@@ -229,7 +228,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
229228
src/Org.OpenAPITools/Model/Mammal.cs
230229
src/Org.OpenAPITools/Model/MapTest.cs
231230
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
232-
src/Org.OpenAPITools/Model/MixLog.cs
233231
src/Org.OpenAPITools/Model/MixedAnyOf.cs
234232
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
235233
src/Org.OpenAPITools/Model/MixedOneOf.cs

samples/client/petstore/csharp/generichost/net4.7/FormModels/docs/models/MixLog.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)