There was an error while loading. Please reload this page.
1 parent 3d68ace commit 9eb2f47Copy full SHA for 9eb2f47
1 file changed
openapi.yaml
@@ -40,9 +40,10 @@ paths:
40
- name: code
41
in: query
42
required: true
43
+ description: SIC Code (e.g. 0111)
44
schema:
45
type: string
- description: SIC Code (e.g. 0111)
46
+ example: "0111"
47
responses:
48
"200":
49
description: JSON object mapping SIC Code to Description
@@ -99,9 +100,10 @@ paths:
99
100
- name: descrip
101
102
103
+ description: Search keyword (case-insensitive) e.g. "fishing"
104
105
- description: Search keyword (case-insensitive) e.g. "fishing"
106
+ example: "fishing"
107
108
109
description: JSON object mapping SIC Codes to Descriptions
0 commit comments