Skip to content

Commit 7338c28

Browse files
committed
docs: Add required fields to Model schema and clean up application settings
Signed-off-by: Eden Reich <[email protected]>
1 parent 7bedfe0 commit 7338c28

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

openapi.yaml

+3-5
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ components:
624624
items:
625625
$ref: "#/components/schemas/Model"
626626
default: []
627+
required:
628+
- object
629+
- data
627630
FunctionObject:
628631
type: object
629632
properties:
@@ -1060,11 +1063,6 @@ components:
10601063
- general:
10611064
title: "General settings"
10621065
settings:
1063-
- name: application_name
1064-
env: "APPLICATION_NAME"
1065-
type: string
1066-
default: "inference-gateway"
1067-
description: "The name of the application"
10681066
- name: environment
10691067
env: "ENVIRONMENT"
10701068
type: string

0 commit comments

Comments
 (0)