Skip to content

Commit

Permalink
clean up samples, update test spec (cpp-restsdk) (#18675)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 15, 2024
1 parent 1fa2d47 commit a9b1f93
Show file tree
Hide file tree
Showing 55 changed files with 236 additions and 8,770 deletions.
6 changes: 0 additions & 6 deletions bin/configs/cpp-restsdk-client-everything.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -725,55 +725,49 @@ components:
- available
- pending
- sold

xml:
name: Pet
ApiResponse:
title: An uploaded response
description: Describes the result of uploading an image resource
type: object
properties:
code:
type: integer
format: int32
type:
type: string
message:
type: string
SchemaWithSet:
description: Schema with a set property
type: object
properties:
certificates:
description: pedigree and other certificates
type: array
uniqueItems: true

items:
type: string

vaccinationBook:
description: Vaccination book of the pet
type: object

required:
- vaccines

properties:
vaccines:
type: array
uniqueItems: true

items:
title: vaccine
type: object

required:
- date
- boosterRequired

properties:
date:
format: date
description: vaccination date

boosterRequired:
type: boolean
description: true if a booster is still needed to complete the vaccination

xml:
name: Pet
ApiResponse:
title: An uploaded response
description: Describes the result of uploading an image resource
type: object
properties:
code:
type: integer
format: int32
type:
type: string
message:
type: string
29 changes: 0 additions & 29 deletions samples/client/petstore/cpp-restsdk/client-everything/.gitignore

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions samples/client/petstore/cpp-restsdk/client-everything/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions samples/client/petstore/cpp-restsdk/client-everything/git_push.sh

This file was deleted.

Loading

0 comments on commit a9b1f93

Please sign in to comment.