[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpopenapi.objects.pp line 242
type TOpenAPI = class(TExtendableObject) |
protected |
procedure AddKeyword(); virtual; |
procedure RemoveKeyword(); virtual; |
public |
constructor Create; |
destructor destroy; override; |
function HasKeyWord(); |
property OpenApi: string; [rw] |
property JSONSchemaDialect: string; [rw] |
property Servers: TServerList; [rw] |
property Paths: TPathsList; [rw] |
property WebHooks: TPathItemOrReferenceMap; [rw] |
property Components: TComponents; [rw] |
property Security: TSecurityRequirementList; [rw] |
property ExternalDocs: TExternalDocumentation; [rw] |
end; |
| |
| |
| |
TObject |