[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjson.schema.validator.pp line 46
type TValidationMessage = class(TObject) |
public |
constructor Create(); |
procedure AsJSON(); |
property Schema: TJsonSchema; [rw] |
property Keyword: TJSONSchemaKeyword; [rw] |
property MessageType: TValidationMessageType; [rw] |
property Message: string; [rw] |
property Path: TJSONStringType; [rw] |
end; |
| |
TObject |