File size: 185 Bytes
afd4069
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
name: weather
description: Search the current weather of a city
parameters:
  type: object
  properties:
    city:
      type: string
      description: City name
  required:
    - city