Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | No | Experimental | No | Forbidden | Permitted | ur.schema.json |
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
bound | enum |
Optional | No | (this schema) |
processing | object |
Optional | No | (this schema) |
request | object |
Optional | No | (this schema) |
response | object |
Optional | No | (this schema) |
* |
any | Additional | Yes | this schema allows additional properties |
[rfc2616] Inbound and outbound refer to the request and response paths for messages: "inbound" means "traveling toward the origin server", and "outbound" means "traveling toward the user agent"
bound
- is optional
- type:
enum
- defined in this schema
The value of this property must be equal to one of the known values below.
Value | Description |
---|---|
inbound |
|
outbound |
processing
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
began_at_s |
string | Optional |
duration |
number | Optional |
tags |
array | Optional |
began_at_s
- is optional
- type:
string
string
duration
- is optional
- type:
number
number
tags
- is optional
- type:
string[]
Array type: string[]
All items must be of the type: string
request
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
body |
string | Optional |
headers |
object | Optional |
method |
string | Optional |
uri |
string | Optional |
body
- is optional
- type:
string
string
headers
- is optional
- type:
object
object
with following properties:
Property | Type | Required |
---|
HTTP
method
- is optional
- type:
string
string
uri
- is optional
- type:
string
string
response
- is optional
- type:
object
- defined in this schema
object
with following properties:
Property | Type | Required |
---|---|---|
body |
string | Optional |
headers |
object | Optional |
status |
integer | Optional |
body
- is optional
- type:
string
string
headers
- is optional
- type:
object
object
with following properties:
Property | Type | Required |
---|
status
- is optional
- type:
integer
integer