Class JsonSchemaElementValueNode

java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaNode
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaElementValueNode

public class JsonSchemaElementValueNode extends JsonSchemaNode
The JsonSchemaElementValueNode class represents a JSON Schema node for element values. It extends the JsonSchemaNode class and provides methods to manage element value nodes.
  • Constructor Details

    • JsonSchemaElementValueNode

      public JsonSchemaElementValueNode(String id, String type)
      Constructs a new JsonSchemaElementValueNode with the specified ID and type.
      Parameters:
      id - the identifier for the JSON Schema node
      type - the type of the JSON Schema node