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:
Dave Shanley
2022-11-20 14:28:08 -05:00
parent 6c3cc97b04
commit ddf772270e
32 changed files with 392 additions and 356 deletions

View File

@@ -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