Skip to content

Commit 8a3353f

Browse files
committed
Change x-exosite-config to standard jsonSchema
1 parent 2af0377 commit 8a3353f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

examples/sms.yaml

+11-9
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@ produces:
3333
################################################################################
3434
# Service Configuration Parameters #
3535
################################################################################
36-
x-exosite-config-parameters:
37-
- name: AccountSid
38-
description: Service Account SID
39-
type: string
40-
required: true
41-
- name: AuthToken
42-
description: Authentication Token
43-
type: string
44-
required: true
36+
x-exosite-config:
37+
parameters:
38+
AccountSid:
39+
title: Account Sid
40+
description: More information about the Service Account SID
41+
type: string
42+
AuthToken:
43+
title: Authentication Token
44+
description: More information about the Authentication Token
45+
type: string
46+
required: [AccountSid, AuthToken]
4547

4648
################################################################################
4749
# Security #

0 commit comments

Comments
 (0)