Skip to content

Commit

Permalink
AJ-1428: remove unused OpenAPI models (#412)
Browse files Browse the repository at this point in the history
remove unused OpenAPI models
  • Loading branch information
davidangb authored Nov 14, 2023
1 parent cf7bbc5 commit b704785
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions service/src/main/resources/static/swagger/openapi-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -990,17 +990,6 @@ components:
primaryKey:
type: string
description: Attribute name that contains the value to uniquely identify each record, defined as a primary key column in the underlying table.
RequestBodySearch:
required:
- terms
type: object
description: |
v0.2 only supports `terms` and `operator`. Future versions may support additional functionality.
properties:
terms:
$ref: '#/components/schemas/SearchTerms'
operator:
$ref: '#/components/schemas/SearchOperator'
SearchLimit:
type: integer
default: 10
Expand All @@ -1012,10 +1001,6 @@ components:
default: 0
minimum: 0
description: Pagination offset
SearchOperator:
type: string
enum: [ and, or ]
description: Search behavior for multiple filter terms
SearchRequest:
type: object
properties:
Expand All @@ -1033,30 +1018,6 @@ components:
default: ASC
description: |
Sort direction (descending or ascending)
SearchTerms:
type: string
description: Space-delimited list of terms on which to search
StackTraceElement:
required:
- className
- fileName
- lineNumber
- methodName
type: object
properties:
className:
type: string
description: class name
methodName:
type: string
description: method name
fileName:
type: string
description: source file name
lineNumber:
type: integer
description: line number
description: ""
StatusResponse:
type: object
properties:
Expand Down

0 comments on commit b704785

Please sign in to comment.