Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions conclave-cloud-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ components:
main:
type: string
description: The entry point of the code
language:
type: string
description: The language runtime to use when executing the function.
pattern: "^[a-zA-Z0-9+/=#+]+$"
default: "javascript"

FunctionLimits:
description: Limits on a specific function
Expand Down