-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathno-parameter.yaml
More file actions
36 lines (36 loc) · 1.25 KB
/
no-parameter.yaml
File metadata and controls
36 lines (36 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
openapi: 3.0.0
info:
version: 1.0.0
title: Avalanche API
servers:
- url: https://utahavalanchecenter.azurewebsites.net/api
description: Azure Function
paths:
/avalanchefunction:
get:
summary: Get the avalanche forecast for Salt Lake City forecast area
responses:
'200':
description: Avalanche conditions retrieved successfully
content:
application/json:
schema:
type: object
properties:
Danger:
type: string
description: Avalanche danger level
Rose:
type: string
format: uri
description: URL to an image representing the danger level
CurrentConditions:
type: string
description: Detailed description of the current avalanche conditions
BottomLine:
type: string
description: Summary of the conditions and potential avalanche dangers
RecentActivity:
type: string
description: Recent weather and avalanche activity
operationId: getAvalanchefunction