Switch properties to schema

This commit is contained in:
Andrew Morgan 2018-07-05 11:59:10 +01:00
parent a6dad76c01
commit e6218b56ab
2 changed files with 2 additions and 2 deletions

View file

@ -350,7 +350,7 @@ paths:
items: items:
type: object type: object
title: User title: User
properties: schema:
userid: userid:
type: string type: string
description: The Matrix ID of the matched user. description: The Matrix ID of the matched user.

View file

@ -237,7 +237,7 @@ paths:
items: items:
type: object type: object
title: User title: User
properties: schema:
userid: userid:
type: string type: string
description: The Matrix ID of the matched user. description: The Matrix ID of the matched user.