mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-22 11:33:58 +00:00
* replace powershell generator with powershell-experimental generator * add back samples * add back scripts * remove outdated script * update doc
895 B
895 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int64 | [optional] [default to null] | |
| Category | Category | [optional] [default to null] | |
| Name | String | [default to null] | |
| PhotoUrls | String[] | [default to null] | |
| Tags | Tag[] | [optional] [default to null] | |
| Status | String | pet status in the store | [optional] [default to null] |
Examples
- Prepare the resource
Initialize-PSPetstorePet -Id null `
-Category null `
-Name doggie `
-PhotoUrls null `
-Tags null `
-Status null
- Convert the resource to JSON
$ | Convert-ToJSON