From 8a6ef187db803e8150670b6b3b16a496eccfd9db Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 7 Jun 2019 17:52:17 +0100 Subject: [PATCH] more object! --- api/client-server/administrative_contact.yaml | 2 ++ api/client-server/registration.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/api/client-server/administrative_contact.yaml b/api/client-server/administrative_contact.yaml index 71ea3e6a..c2985f66 100644 --- a/api/client-server/administrative_contact.yaml +++ b/api/client-server/administrative_contact.yaml @@ -272,6 +272,7 @@ paths: If this field is not present, the client can assume that verification will happen without the client's involvement. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object @@ -355,6 +356,7 @@ paths: If this field is not present, the client can assume that verification will happen without the client's involvement. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index c8afed83..769614c1 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -248,6 +248,7 @@ paths: If this field is not present, the client can assume that verification will happen without the client's involvement. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object @@ -335,6 +336,7 @@ paths: If this field is not present, the client can assume that verification will happen without the client's involvement. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object @@ -477,6 +479,7 @@ paths: 200: description: An email was sent to the given address. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object @@ -561,6 +564,7 @@ paths: 200: description: An SMS message was sent to the given phone number. schema: + type: object allOf: - $ref: "../identity/definitions/sid.yaml" - type: object