matrixssbook/xss-config-schema.yaml

22 lines
421 B
YAML
Raw Permalink Normal View History

2023-05-25 02:04:06 +00:00
type: object
requires: ["xssbook"]
properties:
xssbook:
type: object
requires: ["url", "bridge_username", "room"]
properties:
url:
type: string
bridge_username:
type: string
room:
type: string
matrix:
type: object
requires: ["homeserver", "homeserver_url"]
properties:
homeserver:
type: string
homeserver_url:
type: string