matrixssbook/xss-config-schema.yaml
2023-05-24 22:04:06 -04:00

22 lines
421 B
YAML

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