From 4ae74db84de77fb4e326802d74e7d7c9eb88a37c Mon Sep 17 00:00:00 2001 From: Susheel Varma Date: Sun, 9 Jun 2019 14:06:50 +0100 Subject: [PATCH] Added schemaUrl property Resolves #26 --- service-info.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service-info.yaml b/service-info.yaml index b4db433..bd6ab02 100644 --- a/service-info.yaml +++ b/service-info.yaml @@ -50,6 +50,10 @@ components: type: string description: 'URL of the documentation of this service (RFC 3986 format). This should help someone learn how to use your service including any specifics required to access data, e.g. authentication.' example: 'https://docs.example.com' + schemaUrl: + type: string + description: 'URL of the API schema used by this service (RFC 3986 format). This should help machine code to self-configure and use the service' + example: 'https://example.com/swagger.yaml' organization: type: string description: 'A short string used to identify the organization providing this service.'