Skip to content

Commit

Permalink
Added schemaUrl property
Browse files Browse the repository at this point in the history
  • Loading branch information
susheel authored Jun 9, 2019
1 parent 8d11529 commit 4ae74db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down

0 comments on commit 4ae74db

Please sign in to comment.