William Cheng 3a26da76b0
Better tests for Java native client (#14132)
* add echo tests with java native client

* fix echo server

* fix github

* add npm install

* update samples

* add license header

* update smaples

* add test for array of string

* fix java native respone type casting

* better code format

* add license header
2022-11-29 14:18:14 +08:00

612 B

Pet

Properties

Name Type Description Notes
id Long [optional]
name String
category Category [optional]
photoUrls List<String>
tags List<Tag> [optional]
status StatusEnum pet status in the store [optional]

Enum: StatusEnum

Name Value
AVAILABLE "available"
PENDING "pending"
SOLD "sold"