Browse Source
Update lowcode/schema/definitions/endpoint-descriptor.schema.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/24893/head
SALİH ÖZKARA
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
lowcode/schema/definitions/endpoint-descriptor.schema.json
|
|
|
@ -1,5 +1,6 @@ |
|
|
|
{ |
|
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema", |
|
|
|
"$id": "urn:abp:lowcode:endpoint-descriptor", |
|
|
|
"title": "Custom Endpoint Descriptor", |
|
|
|
"description": "Defines a custom HTTP endpoint that executes JavaScript code", |
|
|
|
"type": "object", |
|
|
|
|