Problem
a Object & Element in JSON
Properties
Key | Description | Type | Validations | Required |
---|---|---|---|---|
type | A URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type. Default: about:blank |
String |
Format: uri |
no |
title | A short, human-readable summary of the problem type. It should not change between different occurrences of problems of the same type. | String | no | |
status | The HTTP status code generated by the origin server. | Integer, Number |
Format: int32 Max. value < 600 Min. value >= 100 |
no |
detail | A human readable explanation specific to this occurrence of the problem. | String | no | |
instance | A URI that identifies the specific occurrence of the problem. | String |
Format: uri |
no |
JSON Example
{
"type" : "about:blank",
"title" : "string",
"status" : 100,
"detail" : "string",
"instance" : "https://example.com/"
}
Meta
- URI / COID
- coid://json.co-n.net/Problem content_copy
- Revision
- 2-f4bc68e8a35b1432e8662d43a091df4f content_copy
- Short ID
- json:Problem content_copy
- Reference URL
- https://coid.link/json.co-n.net/Problem content_copy
- Last updated
- 2020-11-01 16:45 (UTC)
- Created at
- 2020-10-16 16:26 (UTC)
Objects in this namespace
- JSON
- Address
- Array
- Boolean
- Calendar
- Card
- Element
- ElementWithSchema
- Geo
- Integer
- Null
- Number
- Object
- Problem
- Reference
- SchemaConverter
- SchemaExporter
- SchemaYamlExporter
- String
- allowsValue
- containsItems
- hasDefaultValue
- hasFormat
- hasKey
- hasMaxItems
- hasMaxLength
- hasMaximum
- hasMinItems
- hasMinLength
- hasMinimum
- hasPattern
- hasProperty
- hasSchema
- isAllOf
- isAnyOf
- isMaximumExclusive
- isMinimumExclusive
- isMultipleOf
- isOneOf
- isRequired