Skip to content

Commit a9b1f93

Browse files
authored
clean up samples, update test spec (cpp-restsdk) (#18675)
1 parent 1fa2d47 commit a9b1f93

55 files changed

Lines changed: 236 additions & 8770 deletions

Some content is hidden

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

bin/configs/cpp-restsdk-client-everything.yaml

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

modules/openapi-generator/src/test/resources/3_0/cpp-restsdk/petstore.yaml

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -725,55 +725,49 @@ components:
725725
- available
726726
- pending
727727
- sold
728-
728+
xml:
729+
name: Pet
730+
ApiResponse:
731+
title: An uploaded response
732+
description: Describes the result of uploading an image resource
733+
type: object
734+
properties:
735+
code:
736+
type: integer
737+
format: int32
738+
type:
739+
type: string
740+
message:
741+
type: string
742+
SchemaWithSet:
743+
description: Schema with a set property
744+
type: object
745+
properties:
729746
certificates:
730747
description: pedigree and other certificates
731748
type: array
732749
uniqueItems: true
733-
734750
items:
735751
type: string
736-
737752
vaccinationBook:
738753
description: Vaccination book of the pet
739754
type: object
740-
741755
required:
742756
- vaccines
743-
744757
properties:
745758
vaccines:
746759
type: array
747760
uniqueItems: true
748-
749761
items:
750762
title: vaccine
751763
type: object
752-
753764
required:
754765
- date
755766
- boosterRequired
756-
757767
properties:
758768
date:
759769
format: date
760770
description: vaccination date
761-
762771
boosterRequired:
763772
type: boolean
764773
description: true if a booster is still needed to complete the vaccination
765-
766-
xml:
767-
name: Pet
768-
ApiResponse:
769-
title: An uploaded response
770-
description: Describes the result of uploading an image resource
771-
type: object
772-
properties:
773-
code:
774-
type: integer
775-
format: int32
776-
type:
777-
type: string
778-
message:
779-
type: string

samples/client/petstore/cpp-restsdk/client-everything/.gitignore

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

samples/client/petstore/cpp-restsdk/client-everything/.openapi-generator-ignore

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

samples/client/petstore/cpp-restsdk/client-everything/.openapi-generator/FILES

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

samples/client/petstore/cpp-restsdk/client-everything/.openapi-generator/VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

samples/client/petstore/cpp-restsdk/client-everything/CMakeLists.txt

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

samples/client/petstore/cpp-restsdk/client-everything/Config.cmake.in

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

samples/client/petstore/cpp-restsdk/client-everything/README.md

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

samples/client/petstore/cpp-restsdk/client-everything/git_push.sh

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

0 commit comments

Comments
 (0)