Einhugur JSON Plugin III for Xojo

JSONDocument.BuildSchema Method

Compiles JSONSchemaDocument from the JSONDocument.

BuildSchema(
   remoteSchemaResolver as EinhugurJSONIII.JSONSchemaDocument.RemoteSchemaProviderDelegate) as EinhugurJSONIII.JSONSchemaDocument

Parameters

remoteSchemaResolver
Optional parameter to supply remote schema resolver routine.

Returns

EinhugurJSONIII.JSONSchemaDocument
Schema document if successful, else nil.

Remarks

To understand JSON schemas then good place to learn is:

https://json-schema.org/understanding-json-schema/index.html

See Also

JSONDocument Class