-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoepn-api.yaml
41 lines (41 loc) · 1.1 KB
/
oepn-api.yaml
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
37
38
39
40
41
openapi: 3.0.0
info:
title: Tax Thiefs API
description: Get tax theifs from [국세청](https://www.nts.go.kr/openinfo/openinfo_03_01_list.asp).
version: 0.0.1
servers:
- url: https://endpoint.ainize.ai/hannut91/tax-thiefs-api
description: Tag thiefs server on Ainize.
paths:
/thiefs:
get:
summary: Returns a list of thiefs.
parameters:
- in: query
name: page
required: false
description: Page number.
schema:
type : integer
format: int64
minimum: 1
description: Get thiefs.
responses:
"200":
description: Get thiefs.
content:
application/json:
schema:
type: array
items:
num: string
year: string
name: string
age: string
shop: string
job: string
addr: string
total: string
taxItem: string
date: string
behiList: string