Skip to main content
Skip table of contents

createValidationConfig

Versionshinweise

25.5

Code

GROOVY
JsonSchemaConfig createValidationConfig()

Beschreibung

Erstellt eine Standardvalidierungskonfiguration.

Rückgabe
Eine Konfiguration für eine Validierung.

Beispiele

GROOVY
JsonSchemaConfig config = JsonSchemaUtils.createValidationConfig();
JsonSchemaValidation validation = JsonSchemaUtils.validate(config, schema, json);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.