Specification of apidoc api.json schema
Base URL: http://api.apidoc.me
body
| Field | Type |
|---|---|
| type required | string |
| description | string |
enum
| Field | Type |
|---|---|
| name required | string |
| description | string |
| values required | [enum_value] |
enum_value
| Field | Type |
|---|---|
| name required | string |
| description | string |
field
| Field | Type |
|---|---|
| name required | string |
| type required | string |
| description | string |
| default | string |
| required required | boolean |
| minimum | long |
| maximum | long |
| example | string |
header
| Field | Type |
|---|---|
| name required | string |
| type required | string |
| description | string |
| required required | boolean |
| default | string |
model
| Field | Type |
|---|---|
| name required | string |
| plural required | string |
| description | string |
| fields required | [field] |
operation
parameter
| Field | Type |
|---|---|
| name required | string |
| type required | string |
| location required | parameter_location |
| description | string |
| required required | boolean |
| default | string |
| minimum | long |
| maximum | long |
| example | string |
resource
response
| Field | Type |
|---|---|
| code required | integer |
| type required | string |