Unit 'FpJson.Schema.Validator' Package
[Overview][Types][Classes][Index] [#fcl-jsonschema]

TValidationMessage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TValidationMessage

|

TObject


Documentation generated on: 2025-07-25