Package step.plans.parser.yaml.schema
Interface YamlPlanJsonSchemaDefinitionCreator
public interface YamlPlanJsonSchemaDefinitionCreator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDefinition
(jakarta.json.JsonObjectBuilder defsList) Adds the entry to 'definitions' section in json schema
-
Method Details
-
addDefinition
void addDefinition(jakarta.json.JsonObjectBuilder defsList) throws step.handlers.javahandler.jsonschema.JsonSchemaPreparationException Adds the entry to 'definitions' section in json schema- Throws:
step.handlers.javahandler.jsonschema.JsonSchemaPreparationException
-