Einhugur JSON Plugin III for Xojo

JSONSchemaDocument.RemoteSchemaProviderDelegate Delegate (console safe)

Delegate for routines to resolve remote schemas.

RemoteSchemaProviderDelegate(
   uri as String) as EinhugurJSONIII.JSONSchemaDocument

Parameters

uri
Uri of the requested remote schema.

Returns

EinhugurJSONIII.JSONSchemaDocument
Return the schema document for the requested schema here or nil if schema was not found.

Remarks

See Also

JSONSchemaDocument Class