You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible known keywords: type, enum, format, required, minimum, maximum, pattern.
92
+
instancePath:
93
+
type: string
94
+
description: |
95
+
The JSON Pointer path to the part of the instance that failed validation.
96
+
schemaPath:
97
+
type: string
98
+
description: |
99
+
The JSON Pointer path to the part of the schema that triggered the error.
100
+
message:
101
+
type: string
102
+
description: |
103
+
Human-readable message describing the error.
104
+
required:
105
+
- keyword
106
+
- instancePath
107
+
- schemaPath
108
+
- message
109
+
110
+
SystemError:
111
+
type: object
112
+
properties:
113
+
error:
114
+
type: string
115
+
description: "Error code or identifier for the system error. Examples: HTTP_ERROR_404, PARSE_ERROR, CONNECTION_ERROR, FILE_NOT_FOUND."
116
+
message:
117
+
type: string
118
+
description: "Human-readable message describing the system error."
119
+
required:
120
+
- error
121
+
- message
122
+
123
+
GbfsFile:
124
+
type: object
125
+
properties:
126
+
name:
127
+
type: string
128
+
description: |
129
+
Key identifying the type of feed this is. The key MUST be the base file name defined in the spec for the corresponding feed type ( system_information for system_information.json file, station_information for station_information.json file).
description: "System errors that occurred while processing this file, such as fetch failures or parsing errors. These are not validation errors but rather issues that prevented proper validation."
0 commit comments