Fix enum types in JSON schemas (#1634)
`type: enum` does not exist, as an enum can be of any type. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
f11c5600a2
commit
5672bdbab7
9 changed files with 10 additions and 16 deletions
|
@ -15,7 +15,7 @@ type: object
|
|||
title: m.login.sso flow schema
|
||||
properties:
|
||||
type:
|
||||
type: enum
|
||||
type: string
|
||||
enum: ["m.login.sso"]
|
||||
description: The string `m.login.sso`
|
||||
example: "m.login.sso"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue