mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 20:47:44 +00:00
What-changed is ready
Needs documenting, but the feature is ready for an application to really stress test the model and logic. Guess what's next :) (after docs) Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
@@ -715,12 +715,8 @@ definitions:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
type: float
|
||||
format: int64
|
||||
name:
|
||||
type: string
|
||||
xml:
|
||||
name: Category
|
||||
Pet:
|
||||
type: object
|
||||
required:
|
||||
@@ -728,7 +724,7 @@ definitions:
|
||||
- photoUrls
|
||||
properties:
|
||||
id:
|
||||
type: integer
|
||||
type: float
|
||||
format: int64
|
||||
category:
|
||||
"$ref": "#/definitions/Category"
|
||||
@@ -768,8 +764,6 @@ definitions:
|
||||
format: int64
|
||||
name:
|
||||
type: string
|
||||
xml:
|
||||
name: Tag
|
||||
Order:
|
||||
type: object
|
||||
properties:
|
||||
@@ -781,10 +775,10 @@ definitions:
|
||||
format: int64
|
||||
quantity:
|
||||
type: integer
|
||||
format: int32
|
||||
format: float
|
||||
shipDate:
|
||||
type: string
|
||||
format: date-time
|
||||
format: pizza
|
||||
status:
|
||||
type: string
|
||||
description: Order Status
|
||||
@@ -821,7 +815,7 @@ definitions:
|
||||
xml:
|
||||
name: User
|
||||
externalDocs:
|
||||
description: Find out more about Swagger
|
||||
description: Find out more about Swagger updated!
|
||||
url: http://swagger.io
|
||||
externalPaths:
|
||||
# this is illegal
|
||||
|
||||
Reference in New Issue
Block a user